Skip to content

Releases: Skinny-Hosts/core-nginx-docker-image

Small fixes on configs and to run containers with docker

23 May 22:21
5f96dcd
Compare
Choose a tag to compare

Removed defined Access-Control-Allow-Origin

03 Dec 20:24
8c7fdd4
Compare
Choose a tag to compare

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.

03 Dec 20:25
Compare
Choose a tag to compare

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.