Bug with conf/nginx/nginx-site.conf #112
Labels
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ric/nginx-php-fpm#112
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When in the root of a project, if you create the
conf/nginx/nginx-site*.confIf you were to add anything:
Typically the EOF is missing when copied into the container upon performing a
docker-compose up -dthis yield an nginx critical error. I found this after a while of hunting through/etc/nginx/sites-available/My own workaround within compose thus far has been:
Could you post the steps to recreate this issue please