updated nginx state

This commit is contained in:
Paul 2020-12-03 21:44:31 +01:00
parent 8fe5f18d15
commit 5bd15c71a9

View File

@ -8,6 +8,9 @@ server {
server {
include https;
{%- if internal_access %}
include access;
{%- endif %}
server_name {{ vhost_name }};
{%- if not proxy %}
root {{ root_dir }};