mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
fix: virtualHosts.<name>.proxyPass -> virtualHosts.<name>.locations."/".proxyPass....
This commit is contained in:
parent
babd0db5f6
commit
16898acabd
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
"video.liv.town" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
proxyPass = "http://127.0.0.1:${toString config.services.invidious.port}";
|
||||
locations."/".proxyPass = "http://127.0.0.1:${toString config.services.invidious.port}";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue