File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1- 4.0.3
1+ 4.0.4
Original file line number Diff line number Diff line change @@ -96,6 +96,9 @@ server {
9696 include helpers/nginx-discworld.conf;
9797 }
9898
99+ # add optional custom location blocks
100+ include <%= "${CUSTOM_CONF}/${DOMAIN_NAME}[.]location" %>;
101+
99102 # returns a friendly auto-refreshing 'maintenance' page if upstream servers are not available
100103 include helpers/proxy-maintenance.conf;
101104
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ source ${BF_INC}/proxy-load-conf.sh
3333# ======================================================================================================================
3434
3535if [ " ${# DOMAINS[*]} " = " 0" ] ; then
36- bf-error " No domains have been registered for SSL - please add them to /ssl/conf.sh ." " inc/proxy-check.sh"
36+ bf-error " No domains have been registered for SSL - please add them to /ssl/conf.json ." " inc/proxy-check.sh"
3737 exit 1
3838fi
3939
You can’t perform that action at this time.
0 commit comments