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 {
96
96
include helpers/nginx-discworld.conf;
97
97
}
98
98
99
+ # add optional custom location blocks
100
+ include <%= "${CUSTOM_CONF}/${DOMAIN_NAME}[.]location" %>;
101
+
99
102
# returns a friendly auto-refreshing 'maintenance' page if upstream servers are not available
100
103
include helpers/proxy-maintenance.conf;
101
104
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ source ${BF_INC}/proxy-load-conf.sh
33
33
# ======================================================================================================================
34
34
35
35
if [ " ${# 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"
37
37
exit 1
38
38
fi
39
39
You can’t perform that action at this time.
0 commit comments