We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5726a11 commit 4f38b95Copy full SHA for 4f38b95
1 file changed
nginx/conf.d/default.conf
@@ -4,7 +4,7 @@ server {
4
5
#access_log /var/logs/nginx_access.log;
6
root /var/www/shopware54_php72;
7
- set $fastcgi_pass shopware546_php72:9000;
+ set $fastcgi_pass shopware54_php72:9000;
8
9
include /etc/nginx/include.shopware.conf;
10
}
@@ -15,7 +15,7 @@ server {
15
16
17
root /var/www/shopware54_php71;
18
- set $fastcgi_pass shopware546_php71:9000;
+ set $fastcgi_pass shopware54_php71:9000;
19
20
21
@@ -26,7 +26,7 @@ server {
26
27
28
root /var/www/shopware54_php70;
29
- set $fastcgi_pass shopware546_php70:9000;
+ set $fastcgi_pass shopware54_php70:9000;
30
31
32
0 commit comments