[nginx/statping] Drop old statping configuration
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
661682c550
commit
f83b34191a
|
@ -1,15 +0,0 @@
|
|||
{{ ansible_header | comment }}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
server_name status.crans.org;
|
||||
|
||||
access_log /var/log/nginx/status.log combined;
|
||||
error_log /var/log/nginx/status.error.log;
|
||||
|
||||
location / {
|
||||
proxy_pass http://127.0.0.1:8080;
|
||||
proxy_redirect off;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue