Initial commit for the project
This commit is contained in:
12
rp/conf.d/stub.conf.template
Normal file
12
rp/conf.d/stub.conf.template
Normal file
@@ -0,0 +1,12 @@
|
||||
# File to place in the conf/ directory of Nginx, to give other containers the
|
||||
# capability of accessing Nginx status
|
||||
|
||||
server {
|
||||
listen ${proxy-container-name}:80;
|
||||
server_name ${proxy-container-name};
|
||||
location /nginx_status {
|
||||
stub_status on;
|
||||
allow all;
|
||||
access_log on;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user