nginx debug config
This commit is contained in:
parent
3f21912c7d
commit
0778974a50
1 changed files with 7 additions and 0 deletions
|
|
@ -69,6 +69,13 @@ 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