mirror of
https://github.com/linuxserver/docker-swag.git
synced 2025-10-30 20:47:43 +09:00
7 lines
233 B
Plaintext
7 lines
233 B
Plaintext
## Version 2022/08/20 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/error_pages.conf.sample
|
|
|
|
error_page 502 = @lsio_error_502;
|
|
location @lsio_error_502 {
|
|
alias /config/www/502.html;
|
|
}
|