Update mdwalters.conf

This commit is contained in:
Max 2024-04-29 08:13:14 +00:00
parent 665910d7b3
commit bc00c4509b

View file

@ -63,8 +63,8 @@ server {
proxy_set_header X-Forwarded-Proto $scheme;
}
location / {
proxy_pass http://localhost:1350;
location /api/v1/streaming {
proxy_pass http://localhost:1350/api/v1/streaming;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;