try ~ wildcard again

This commit is contained in:
Ulf Gebhardt 2022-01-05 12:14:23 +01:00
parent 3f6f750670
commit 773e92e0bf
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';