Update ingress.conf

This commit is contained in:
Alexandre
2022-12-17 15:57:14 +01:00
committed by GitHub
parent 94b12caf93
commit 9c263c7301

View File

@@ -30,7 +30,7 @@ server {
proxy_set_header Connection $http_connection;
}
location /socket {
location ~ (/web)?/socket {
# Proxy Jellyfin Websockets traffic
proxy_pass http://127.0.0.1:8096;
proxy_http_version 1.1;