Move nginx paperless proxy configuration to relative module
This commit is contained in:
parent
61fecf3bdb
commit
55a3807844
2 changed files with 13 additions and 7 deletions
|
@ -47,13 +47,6 @@
|
|||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
"paper.aciceri.dev" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:${builtins.toString config.services.paperless.port}";
|
||||
};
|
||||
};
|
||||
# "${config.services.nextcloud.hostName}" = {
|
||||
# forceSSL = true;
|
||||
# enableACME = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue