yunohost/conf/nginx/yunohost_http_errors.conf.inc
2022-11-14 23:24:08 +01:00

7 lines
94 B
C++

error_page 502 /502.html;
location = /502.html {
root /usr/share/yunohost/html/;
}