Skip to content

Commit 0b23895

Browse files
authored
Update Dockerfile
1 parent 5c0b2e6 commit 0b23895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN <<EOF
5353

5454

5555
sed -i "s/example.com/${DOMAIN}/g" /etc/nginx/nginx.conf
56-
sed -i "s,default.*production*php-fpm,default unix:/var/run/php/${DOMAIN}.sock; # php-fpm," /etc/nginx/conf_m2/maps.conf
56+
sed -i "s,default.*production*php-fpm,default php:9000; # php-fpm," /etc/nginx/conf_m2/maps.conf
5757
sed -i "s,default.*production*folder,default ${MAGENTO_ROOT_PATH}; # magento folder," /etc/nginx/conf_m2/maps.conf
5858
openssl dhparam -dsaparam -out /etc/ssl/certs/dhparams.pem 4096
5959
openssl req -x509 -newkey rsa:4096 -sha256 -nodes -keyout /etc/ssl/certs/default_server.key -out /etc/ssl/certs/default_server.crt \

0 commit comments

Comments
 (0)