-
-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
enhancementNon-breaking improvements to existing behaviourNon-breaking improvements to existing behaviourmaintenanceCodebase upkeep, dependency bumps, versioning choresCodebase upkeep, dependency bumps, versioning chores
Description
The public web root is /path/to/app/www, and the router script is /path/to/app/vendor/phpgt/webengine/go.php. There needs to be a default go.phpindex.php added within the www directory that just requires the vendor script, as some web servers don't allow loading of router scripts outside the web directory.
Apache has always had this problem, but now I've come to use Nginx Unit and the same issue is there too.
nginx unit "script is not under php root"
This shouldn't be the responsibility of the developer to fix - let's do it for them!
Metadata
Metadata
Assignees
Labels
enhancementNon-breaking improvements to existing behaviourNon-breaking improvements to existing behaviourmaintenanceCodebase upkeep, dependency bumps, versioning choresCodebase upkeep, dependency bumps, versioning chores