kubeshark/nginx-files/conf.d/applications/99-error-config.conf
2022-07-07 13:23:45 +03:00

5 lines
99 B
Plaintext

error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usr/share/nginx/html;
}