Update mdwalters.conf

This commit is contained in:
Max 2024-04-29 03:37:04 +00:00
parent fc0dece1d2
commit f539bcc1b6

View file

@ -54,4 +54,12 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
location /oauth {
proxy_pass http://localhost:1350/oauth;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
}