re-add atuin proxypass

This commit is contained in:
Nickiel12 2024-01-09 19:27:51 -08:00
parent 555eb113f0
commit a5e9770cea

View file

@ -19,7 +19,7 @@ in
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
locations."/" = { locations."/" = {
# proxyPass = "http://127.0.0.1:${builtins.toString config.services.atuin.port}"; proxyPass = "http://127.0.0.1:${builtins.toString config.services.atuin.port}";
proxyWebsockets = true; proxyWebsockets = true;
extraConfig = '' extraConfig = ''
allow 100.64.0.0/16; allow 100.64.0.0/16;