wildcard fix(?)

This commit is contained in:
Ulf Gebhardt 2022-01-05 12:17:46 +01:00
parent 773e92e0bf
commit 29a0866481
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -14,7 +14,7 @@ server {
#gzip_static on;
# Frontend
location ~ {
location ~* {
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';