Skip to content
Snippets Groups Projects
Commit f83b3419 authored by ynerant's avatar ynerant Committed by ynerant
Browse files

[nginx/statping] Drop old statping configuration


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent 661682c5
No related branches found
No related tags found
1 merge request!165Nginx
{{ 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;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment