remove this - doesn't work with nginx

This commit is contained in:
Ivan Dimitrov 2024-05-16 17:02:14 +03:00
parent 8b396298db
commit 850bac20e3

View File

@ -48,16 +48,6 @@ in
proxyPass = "http://127.0.0.1:3001";
};
};
"pic.idimitrov.dev" = {
enableACME = true;
forceSSL = true;
locations."/" = {
extraConfig = ''
autoindex on;
'';
};
root = "/var/pic";
};
};
};
};