mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-18 12:39:11 +00:00
5 lines
99 B
Plaintext
5 lines
99 B
Plaintext
error_page 500 502 503 504 /50x.html;
|
|
location = /50x.html {
|
|
root /usr/share/nginx/html;
|
|
}
|