updated nginx state
This commit is contained in:
parent
ad98d3c6d2
commit
639c84332e
@ -75,7 +75,11 @@ http {
|
|||||||
set_real_ip_from 127.0.0.1;
|
set_real_ip_from 127.0.0.1;
|
||||||
set_real_ip_from ::1;
|
set_real_ip_from ::1;
|
||||||
|
|
||||||
location /status {
|
location = / {
|
||||||
|
return 404;
|
||||||
|
}
|
||||||
|
|
||||||
|
location = /status {
|
||||||
stub_status on;
|
stub_status on;
|
||||||
access_log off;
|
access_log off;
|
||||||
allow 127.0.0.1;
|
allow 127.0.0.1;
|
||||||
|
@ -28,7 +28,7 @@ server {
|
|||||||
autoindex on;
|
autoindex on;
|
||||||
autoindex_localtime on;
|
autoindex_localtime on;
|
||||||
{%- else %}
|
{%- else %}
|
||||||
index index.html index.rss;
|
index index.html;
|
||||||
{% endif %}
|
{% endif %}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ server {
|
|||||||
autoindex on;
|
autoindex on;
|
||||||
autoindex_localtime on;
|
autoindex_localtime on;
|
||||||
{%- else %}
|
{%- else %}
|
||||||
index index.html index.rss;
|
index index.html;
|
||||||
{% endif %}
|
{% endif %}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ server {
|
|||||||
autoindex on;
|
autoindex on;
|
||||||
autoindex_localtime on;
|
autoindex_localtime on;
|
||||||
{%- else %}
|
{%- else %}
|
||||||
index index.html index.rss;
|
index index.html;
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- if auth %}
|
{%- if auth %}
|
||||||
auth_basic "Restricted area";
|
auth_basic "Restricted area";
|
||||||
|
@ -30,7 +30,7 @@ server {
|
|||||||
autoindex on;
|
autoindex on;
|
||||||
autoindex_localtime on;
|
autoindex_localtime on;
|
||||||
{%- else %}
|
{%- else %}
|
||||||
index index.html index.rss;
|
index index.html;
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- if auth %}
|
{%- if auth %}
|
||||||
auth_basic "Restricted area";
|
auth_basic "Restricted area";
|
||||||
|
Loading…
Reference in New Issue
Block a user