瀏覽代碼

Раскоментил location /

OBT-SYSADM\tomishinets 6 年之前
父節點
當前提交
a720af2ec5
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      default.conf

+ 6 - 6
default.conf

@@ -6,12 +6,12 @@ server {
         }
 
 	# Everything is a 404
-#	location / {
-#		return 404;
-#	}
+	location / {
+		return 404;
+	}
 
 	# You may need this to prevent return 404 recursion.
-#	location = /404.html {
-#		internal;
-#	}
+	location = /404.html {
+		internal;
+	}
 }