mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
smarthost examples
This commit is contained in:
commit
4b53b12965
88 changed files with 350 additions and 5 deletions
9
install/rhel/nginx-status.conf
Normal file
9
install/rhel/nginx-status.conf
Normal file
|
@ -0,0 +1,9 @@
|
|||
server {
|
||||
listen 127.0.0.1:8084 default;
|
||||
server_name _;
|
||||
server_name_in_redirect off;
|
||||
location / {
|
||||
stub_status on;
|
||||
access_log off;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue