Releases: Skinny-Hosts/core-nginx-docker-image
Releases · Skinny-Hosts/core-nginx-docker-image
Small fixes on configs and to run containers with docker
Removed defined Access-Control-Allow-Origin
In order to prevent conflicts with general frameworks like Laravel, which already define Access-Control-Allow-Origin, this header has been disabled. But if necessary you can re-enable it, but you would have a custom image using it as a base.
Use nginx templates and Alpine as base images for NGINX and PHP containers.
Initial release with a log of configuration files as templates and scripts and docker files.
Removed some debug lines;
Added instructions of scripts of permissions to NGINX image and removed from PHP ones;
Improved scripts of permissions to not break with empty folders.