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 76eca51 commit 2e86edcCopy full SHA for 2e86edc
nginx/Dockerfile
@@ -48,6 +48,7 @@ RUN <<EOF
48
49
cp /etc/nginx/sites-available/magento2.conf /etc/nginx/sites-available/${DOMAIN}.conf
50
ln -s /etc/nginx/sites-available/${DOMAIN}.conf /etc/nginx/sites-enabled/${DOMAIN}.conf
51
+ sed -i "s/127.0.0.1:8080/nginx:8080/" /etc/nginx/sites-available/${DOMAIN}.conf
52
sed -i "s/example.com/${DOMAIN}/g" /etc/nginx/sites-available/${DOMAIN}.conf
53
sed -i "s/ADMIN_PLACEHOLDER/${ADMIN_PATH}/" /etc/nginx/conf_m2/extra_protect.conf
54
0 commit comments