typo in URL

This commit is contained in:
Jan-Piet Mens
2022-08-05 12:51:20 +02:00
parent 74e26ad407
commit 44ee457cba

View File

@@ -349,7 +349,7 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Real-IP $remote_addr;
}
location /o/utils/ {
location /owntracks/utils/ {
proxy_pass http://127.0.0.1:8083/utils/;
proxy_http_version 1.1;
proxy_set_header Host $host;