Removed not used complexity

This commit is contained in:
Kevin Veen-Birkenbach 2022-12-02 18:54:43 +01:00
parent 7b2976fcb5
commit c4279e3042

View File

@ -1,10 +1,6 @@
location / 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}}/; proxy_pass http://127.0.0.1:{{http_port}}/;
{% endif %}
# headers # headers
proxy_set_header Host $host; proxy_set_header Host $host;