Removed not used complexity

This commit is contained in:
Kevin Veen-Birkenbach 2022-12-02 18:54:43 +01:00
parent a6b94de18d
commit 247c3c2221

View File

@ -1,10 +1,6 @@
location /
{
{% if https_port is defined %}
proxy_pass https://127.0.0.1:{{https_port}}/;
{% else %}
proxy_pass http://127.0.0.1:{{http_port}}/;
{% endif %}
# headers
proxy_set_header Host $host;