This commit is contained in:
2021-11-09 10:55:48 +01:00
parent 615b1f4828
commit 8f9adeab48
3 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ server {
server_name dev.eql.fr; server_name dev.eql.fr;
access_log off; access_log off;
error_log /var/log/nginx/eql/error.log error; error_log /var/log/nginx/error-eql.log error;
client_max_body_size 100m; client_max_body_size 100m;
-1
View File
@@ -52,7 +52,6 @@ services:
environment: environment:
PMA_HOSTS: mysql PMA_HOSTS: mysql
nginx: nginx:
build: ./Docker/nginx/ build: ./Docker/nginx/
ports: ports:
View File