mirror of
https://github.com/linuxserver/docker-swag.git
synced 2026-09-10 02:32:00 +09:00
Remove error_pages
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
## Version 2022/08/20 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/site-confs/default.conf.sample
|
||||
|
||||
include /config/nginx/error_pages.conf;
|
||||
## Version 2022/09/01 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/site-confs/default.conf.sample
|
||||
|
||||
# redirect all traffic to https
|
||||
server {
|
||||
@@ -22,8 +20,6 @@ server {
|
||||
root /config/www;
|
||||
index index.html index.htm index.php;
|
||||
|
||||
include /config/nginx/error_pages.conf;
|
||||
|
||||
# enable subfolder method reverse proxy confs
|
||||
include /config/nginx/proxy-confs/*.subfolder.conf;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user