mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
Removed not used complexity
This commit is contained in:
parent
7b2976fcb5
commit
c4279e3042
@ -1,10 +1,6 @@
|
|||||||
location /
|
location /
|
||||||
{
|
{
|
||||||
{% if https_port is defined %}
|
proxy_pass http://127.0.0.1:{{http_port}}/;
|
||||||
proxy_pass https://127.0.0.1:{{https_port}}/;
|
|
||||||
{% else %}
|
|
||||||
proxy_pass http://127.0.0.1:{{http_port}}/;
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
# headers
|
# headers
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
|
Loading…
Reference in New Issue
Block a user