Compare commits
No commits in common. "ff2610a98d5da26036bf1d671047ae52e774a4d0" and "ff299d37d34d7daa41cc00184f4b4ad6115508c5" have entirely different histories.
ff2610a98d
...
ff299d37d3
1 changed files with 0 additions and 7 deletions
|
|
@ -69,13 +69,6 @@ in
|
||||||
inherit ssl;
|
inherit ssl;
|
||||||
address = constants.hosts.rx4.ip;
|
address = constants.hosts.rx4.ip;
|
||||||
port = constants.services.open-webui-oci.port;
|
port = constants.services.open-webui-oci.port;
|
||||||
extraConfig = ''
|
|
||||||
proxy_read_timeout 3600s;
|
|
||||||
proxy_send_timeout 3600s;
|
|
||||||
proxy_connect_timeout 600s;
|
|
||||||
access_log /var/log/nginx/open-webui-access.log;
|
|
||||||
error_log /var/log/nginx/open-webui-error.log debug;
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
virtualHosts."${constants.services.rss-bridge.fqdn}" = {
|
virtualHosts."${constants.services.rss-bridge.fqdn}" = {
|
||||||
enableACME = ssl;
|
enableACME = ssl;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue