bach 2 years ago
parent
commit
8f9adeab48
3 changed files with 1 additions and 2 deletions
  1. 1 1
      README.md
  2. 0 1
      docker-compose.yml
  3. 0 0
      log/nginx/.gitkeep

+ 1 - 1
README.md

@@ -63,7 +63,7 @@ server {
      server_name dev.eql.fr;
 
      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;
 

+ 0 - 1
docker-compose.yml

@@ -52,7 +52,6 @@ services:
     environment:
       PMA_HOSTS: mysql
 
-
   nginx:
     build: ./Docker/nginx/
     ports:

+ 0 - 0
log/nginx/.gitkeep