We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda0286 commit 1287817Copy full SHA for 1287817
func/domain.sh
@@ -194,7 +194,7 @@ add_web_config() {
194
format_domain_idn
195
196
WEBTPL_LOCATION="$WEBTPL/$1"
197
- if [ ! -z "$WEB_BACKEND" ] && [ -d "$WEBTPL_LOCATION/$WEB_BACKEND" ]; then
+ if [ "$1" != "$PROXY_SYSTEM" ] && [ ! -z "$WEB_BACKEND" ] && [ -d "$WEBTPL_LOCATION/$WEB_BACKEND" ]; then
198
if [ -f "$WEBTPL_LOCATION/$WEB_BACKEND/$2" ]; then
199
# check for backend specific template
200
WEBTPL_LOCATION="$WEBTPL/$1/$WEB_BACKEND"
0 commit comments