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 ::1;
|
||||
|
||||
location /status {
|
||||
location = / {
|
||||
return 404;
|
||||
}
|
||||
|
||||
location = /status {
|
||||
stub_status on;
|
||||
access_log off;
|
||||
allow 127.0.0.1;
|
||||
|
@ -28,7 +28,7 @@ server {
|
||||
autoindex on;
|
||||
autoindex_localtime on;
|
||||
{%- else %}
|
||||
index index.html index.rss;
|
||||
index index.html;
|
||||
{% endif %}
|
||||
}
|
||||
|
||||
|
@ -33,7 +33,7 @@ server {
|
||||
autoindex on;
|
||||
autoindex_localtime on;
|
||||
{%- else %}
|
||||
index index.html index.rss;
|
||||
index index.html;
|
||||
{% endif %}
|
||||
}
|
||||
|
||||
|
@ -35,7 +35,7 @@ server {
|
||||
autoindex on;
|
||||
autoindex_localtime on;
|
||||
{%- else %}
|
||||
index index.html index.rss;
|
||||
index index.html;
|
||||
{% endif %}
|
||||
{%- if auth %}
|
||||
auth_basic "Restricted area";
|
||||
|
@ -30,7 +30,7 @@ server {
|
||||
autoindex on;
|
||||
autoindex_localtime on;
|
||||
{%- else %}
|
||||
index index.html index.rss;
|
||||
index index.html;
|
||||
{% endif %}
|
||||
{%- if auth %}
|
||||
auth_basic "Restricted area";
|
||||
|
Loading…
Reference in New Issue
Block a user