Skip to content
Snippets Groups Projects
Commit d7877599 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Use 127.0.0.1 for CM remote control.

parent 30c85064
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ server {
}
location /remote-event/ {
proxy_pass http://localhost:6586/;
proxy_pass http://127.0.0.1:6586/;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_read_timeout 12h;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment