yunohost/conf/nginx/yunohost_http_errors.conf.inc

7 lines
94 B
C++

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