nginx debug config #48
1 changed files with 7 additions and 0 deletions
|
|
@ -69,6 +69,13 @@ in
|
|||
inherit ssl;
|
||||
address = constants.hosts.rx4.ip;
|
||||
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}" = {
|
||||
enableACME = ssl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue