Update nginx.conf
This commit is contained in:
parent
b99007329a
commit
31ac27552d
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
client_max_body_size 50M;
|
client_max_body_size 50M;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://vaultwarden.neuro.uni-bremen.de:11001;
|
proxy_pass http://vaultwarden:80;
|
||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
|
|
Loading…
Reference in a new issue