mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-01-05 18:49:44 -08:00
10 lines
178 B
Plaintext
10 lines
178 B
Plaintext
server {
|
|
listen 127.0.0.1:8084 default;
|
|
server_name _;
|
|
server_name_in_redirect off;
|
|
location / {
|
|
stub_status on;
|
|
access_log off;
|
|
}
|
|
}
|