neb/servers/link/docker-compose.d/custom/nginx/conf.d/gatus.conf
2023-10-20 04:24:09 +02:00

8 lines
No EOL
127 B
Text

server {
listen 80;
server_name s.ixvd.net;
location / {
proxy_pass http://gatus:8080$request_uri;
}
}