bundles/nginx: add stub_status
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
1e475d8638
commit
d1236d6e25
2 changed files with 11 additions and 0 deletions
6
bundles/nginx/files/stub_status
Normal file
6
bundles/nginx/files/stub_status
Normal file
|
@ -0,0 +1,6 @@
|
|||
server {
|
||||
listen [::1]:8080 default_server;
|
||||
server_name _;
|
||||
|
||||
stub_status;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue