bundles/nginx: add stub_status
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-06-01 13:35:54 +02:00
parent 1e475d8638
commit d1236d6e25
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,6 @@
server {
listen [::1]:8080 default_server;
server_name _;
stub_status;
}

View file

@ -17,6 +17,11 @@ files = {
'svc_systemd:nginx:restart',
},
},
'/etc/nginx/sites/stub_status': {
'triggers': {
'svc_systemd:nginx:restart',
},
},
}
svc_systemd = {