Merge pull request 'trying to fix open-webui websocket request' (#47) from develop into master
All checks were successful
Deploy configs / deploy-configs (push) Successful in 23s
All checks were successful
Deploy configs / deploy-configs (push) Successful in 23s
Reviewed-on: #47
This commit is contained in:
commit
ff299d37d3
1 changed files with 9 additions and 0 deletions
|
|
@ -19,6 +19,15 @@ in
|
|||
enable = true;
|
||||
openFirewall = true;
|
||||
forceSSL = ssl;
|
||||
|
||||
commonHttpConfig = ''
|
||||
map $http_upgrade $connection_upgrade {
|
||||
default upgrade;
|
||||
"" 'close';
|
||||
}
|
||||
access_log syslog:server=unix:/dev/log;
|
||||
'';
|
||||
|
||||
virtualHosts."_" = {
|
||||
forceSSL = false;
|
||||
locations."/.well-known/acme-challenge/" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue