We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598b3c9 commit bd0e836Copy full SHA for bd0e836
nginx/filesystem/etc/nginx/conf.d/nginx.conf
@@ -43,6 +43,10 @@ server {
43
#charset koi8-r;
44
#access_log /var/log/nginx/host.access.log main;
45
46
+ location = / {
47
+ return 404;
48
+ }
49
+
50
location / {
51
root /usr/share/nginx/html;
52
# First attempt to serve request as file, then
0 commit comments