Files
terraform/modules/apps/gateway/lib/scripts/default
2026-01-20 17:13:19 +01:00

10 lines
173 B
Plaintext

server {
listen 8090;
server_name localhost;
error_page 502 /502.html;
location / {
root /usr/share/nginx/error-pages;
}
}