fuyu 4 년 전
부모
커밋
79946fd1a0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      nginx.conf

+ 2 - 2
nginx.conf

@@ -20,6 +20,6 @@ http {
     client_max_body_size 200m;
     sendfile        	on;
     keepalive_timeout  	65;
-    # include http.d/*.conf;
-    include https.d/*.conf;
+    include http.d/*.conf;
+    # include https.d/*.conf;
 }