Skip to content

Commit 4f38b95

Browse files
author
Tobias Lückel
committed
Changed the name for the php-fpm service as well
1 parent 5726a11 commit 4f38b95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nginx/conf.d/default.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ server {
44

55
#access_log /var/logs/nginx_access.log;
66
root /var/www/shopware54_php72;
7-
set $fastcgi_pass shopware546_php72:9000;
7+
set $fastcgi_pass shopware54_php72:9000;
88

99
include /etc/nginx/include.shopware.conf;
1010
}
@@ -15,7 +15,7 @@ server {
1515

1616
#access_log /var/logs/nginx_access.log;
1717
root /var/www/shopware54_php71;
18-
set $fastcgi_pass shopware546_php71:9000;
18+
set $fastcgi_pass shopware54_php71:9000;
1919

2020
include /etc/nginx/include.shopware.conf;
2121
}
@@ -26,7 +26,7 @@ server {
2626

2727
#access_log /var/logs/nginx_access.log;
2828
root /var/www/shopware54_php70;
29-
set $fastcgi_pass shopware546_php70:9000;
29+
set $fastcgi_pass shopware54_php70:9000;
3030

3131
include /etc/nginx/include.shopware.conf;
3232
}

0 commit comments

Comments
 (0)