Update nginx.conf

This commit is contained in:
David Rotermund 2024-07-26 17:45:14 +02:00 committed by GitHub
parent b99007329a
commit 31ac27552d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@
client_max_body_size 50M;
location / {
proxy_pass http://vaultwarden.neuro.uni-bremen.de:11001;
proxy_pass http://vaultwarden:80;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;