Browse Source

default conf

ouidade 1 year ago
parent
commit
e47f672863
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Docker/nginx/default.conf

+ 1 - 1
Docker/nginx/default.conf

@@ -14,7 +14,7 @@ server {
     location = /robots.txt  { access_log off; log_not_found off; }
 
     access_log on;
-    error_log  /var/log/nginx/error-d9.log error;
+    error_log  /var/log/nginx/rorschach/error.log error;
 
     sendfile off;