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