update to latest state
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -90,7 +90,7 @@ http {
|
||||
}
|
||||
}
|
||||
|
||||
{% endfor %}
|
||||
{%- endfor %}
|
||||
|
||||
{%- for staticsite in static %}
|
||||
server {
|
||||
@ -105,7 +105,7 @@ http {
|
||||
}
|
||||
}
|
||||
|
||||
{% endfor %}
|
||||
{%- endfor %}
|
||||
|
||||
{%- for redirectsite in redirect %}
|
||||
server {
|
||||
@ -117,7 +117,7 @@ http {
|
||||
return 301 {{ redirectsite.destination }};
|
||||
}
|
||||
|
||||
{% endfor %}
|
||||
{%- endfor %}
|
||||
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
|
Reference in New Issue
Block a user