Files
onelab-k8s-1.27/app/proxy/maintenance.conf
2026-03-20 10:15:15 +01:00

10 lines
141 B
Plaintext

server {
listen 80;
location / {
root /usr/onelab;
index index.html index.htm;
try_files $uri $uri/ /index.html =404;
}
}