Kevin Carter 45df59ed7e
move the bulk to templates into the new roles
This change will help with organization throughout the stack.

Change-Id: I2ad865db534ae1d377bbdecd4b421ee0fc802536
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-08-12 22:19:19 -05:00

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;
}
}