October CMS
plesk – nginx settings for october cms
Add this config to the domains extra nginx settings: location / { # Let OctoberCMS handle everything by default. # The path not resolved by OctoberCMS router will return OctoberCMS’s 404 page. # Everything that does not match with the whitelist below will fall into this. rewrite ^/.*$ /index.php last; Read more…