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 0d0498d commit 782b347Copy full SHA for 782b347
start.sh
@@ -54,10 +54,10 @@ sed -i "s/{{TARGET_SERVICE}}/${TARGET_SERVICE}/g;" /etc/nginx/conf.d/proxy.conf
54
55
# Tell nginx if you want to block or allow iframing of pages and what domain name is allowed to iframe your content
56
if [ -n "${XFRAME_OPTION+1}" ]; then
57
- echo "Enabling iframeing..."
+ echo "Applying iframe option..."
58
sed -i "s/{{XFRAME_VALUE}}/${XFRAME_OPTION}/g;" /etc/nginx/conf.d/proxy.conf
59
else
60
- echo "Disabling iframeing..."
+ echo "Denying iframes..."
61
sed -i "s/{{XFRAME_VALUE}}/DENY/g;" /etc/nginx/conf.d/proxy.conf
62
fi
63
0 commit comments