add pic to nginx

This commit is contained in:
Ivan Dimitrov 2024-04-22 00:09:48 +03:00
parent d14a5acc47
commit 8b396298db

View File

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