소스 검색

default conf

ouidade 1 년 전
부모
커밋
e47f672863
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;