[nginx/statping] Drop old statping configuration

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-02-22 21:54:10 +01:00 committed by ynerant
parent 661682c550
commit f83b34191a
1 changed files with 0 additions and 15 deletions

View File

@ -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;
}
}