
This change will help with organization throughout the stack. Change-Id: I2ad865db534ae1d377bbdecd4b421ee0fc802536 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
10 lines
165 B
Django/Jinja
10 lines
165 B
Django/Jinja
server {
|
|
listen 127.0.1.1:80;
|
|
location /server-status {
|
|
stub_status on;
|
|
access_log off;
|
|
allow 127.0.0.0/8;
|
|
deny all;
|
|
}
|
|
}
|