mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-29 18:08:29 +02:00
forgot to import
This commit is contained in:
parent
a207695b2b
commit
e19d6002f0
2 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,7 @@ in
|
|||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://127.0.0.1:${toString config.services.purge.port}";
|
||||
proxyPass = "http://127.0.0.1:${toString config.services.purge.listenPort}";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue