Fixes
This commit is contained in:
parent
21bb43361c
commit
f0d87cb54c
20 changed files with 682 additions and 36 deletions
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
#user http;
|
||||
worker_processes 1;
|
||||
|
||||
|
|
@ -48,7 +49,7 @@ http {
|
|||
index index.html;
|
||||
}
|
||||
location /nginx_status {
|
||||
stub_status on;
|
||||
#stub_status on;
|
||||
allow 127.0.0.1;
|
||||
deny all;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue