Skip to content
Snippets Groups Projects
Commit 72317aba authored by Florian Sesser's avatar Florian Sesser
Browse files
parent a71aa964
No related branches found
No related tags found
No related merge requests found
...@@ -224,6 +224,12 @@ in { ...@@ -224,6 +224,12 @@ in {
''; '';
proxyPass = "http://127.0.0.1:${internalHttpPort}"; proxyPass = "http://127.0.0.1:${internalHttpPort}";
}; };
locations."/" = {
# Return a 404 error for any paths not specified above.
extraConfig = ''
return 404;
'';
};
}; };
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment