updated nginx state
This commit is contained in:
parent
8fe5f18d15
commit
5bd15c71a9
@ -8,6 +8,9 @@ server {
|
||||
|
||||
server {
|
||||
include https;
|
||||
{%- if internal_access %}
|
||||
include access;
|
||||
{%- endif %}
|
||||
server_name {{ vhost_name }};
|
||||
{%- if not proxy %}
|
||||
root {{ root_dir }};
|
||||
|
Loading…
Reference in New Issue
Block a user