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;
|
||||||
|
}
|
|
@ -17,6 +17,11 @@ files = {
|
||||||
'svc_systemd:nginx:restart',
|
'svc_systemd:nginx:restart',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'/etc/nginx/sites/stub_status': {
|
||||||
|
'triggers': {
|
||||||
|
'svc_systemd:nginx:restart',
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
svc_systemd = {
|
svc_systemd = {
|
||||||
|
|
Loading…
Reference in a new issue