Nginx being parent container required for Traefik

This commit is contained in:
WilliamMiceli
2018-10-15 16:30:42 -04:00
parent 5415f00016
commit c629ed6e91
9 changed files with 12 additions and 238 deletions

View File

@@ -15,7 +15,7 @@ http {
server {
listen 80 default;
server_name your_ininja_site;
server_name _;
root /var/www/app/public;
@@ -41,10 +41,11 @@ http {
fastcgi_intercept_errors off;
fastcgi_buffer_size 16k;
fastcgi_buffers 4 16k;
fastcgi_param HTTPS 1;
}
location ~ /\.ht {
deny all;
}
}
}
}