@@ -2,6 +2,13 @@
services.nginx = {
enable = true;
virtualHosts."185.170.113.195" = {
extraConfig = ''
error_page 404 /404.html;
location = /404.html {
root /srv/website;
internal;
}
'';
listen = [{
addr = "0.0.0.0";
port = 80;
The note is not visible to the blocked user.