Skip to content
Snippets Groups Projects
Commit aa14bfbb authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Don't pass the path for nginx socket-proxies

parent f8ff36f6
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
proxy_pass http://127.0.0.1:{{server.port}}{% if not location.proxy_relative|default(false) %}/{% endif %};
{% else %}
proxy_pass http://unix:{{server.socket}}{% if not location.proxy_relative|default(false) %}/{% endif %};
proxy_pass http://unix:{{server.socket}};
{% endif %}
{% if location.pass_ip is defined and location.pass_ip %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment