Alexandre
2023-03-16 15:47:52 +01:00
committed by GitHub
parent 9a1109d39f
commit 81f3f5b3fd

View File

@@ -13,6 +13,11 @@ server {
proxy_read_timeout 30m;
proxy_pass http://127.0.0.1:7878;
# Allow signalr
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
# Correct base_url
proxy_set_header Accept-Encoding "";
sub_filter_once off;