Переглянути джерело

Раскоментил 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;
+	}
 }