Skip to content

Commit 0d31e90

Browse files
author
Matthias Alt
committed
added nginx config for php56 containers
1 parent 4b99b05 commit 0d31e90

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

nginx/conf.d/default.conf

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,17 @@ server {
6464
include /etc/nginx/include.shopware.conf;
6565
}
6666

67+
server {
68+
server_name localhost;
69+
listen 53856;
70+
71+
#access_log /var/logs/nginx_access.log;
72+
root /var/www/shopware53_php56;
73+
set $fastcgi_pass shopware53_php56:9000;
74+
75+
include /etc/nginx/include.shopware.conf;
76+
}
77+
6778
server {
6879
server_name localhost;
6980
listen 54872;
@@ -97,6 +108,17 @@ server {
97108
include /etc/nginx/include.shopware.conf;
98109
}
99110

111+
server {
112+
server_name localhost;
113+
listen 54856;
114+
115+
#access_log /var/logs/nginx_access.log;
116+
root /var/www/shopware54_php56;
117+
set $fastcgi_pass shopware54_php56:9000;
118+
119+
include /etc/nginx/include.shopware.conf;
120+
}
121+
100122
server {
101123
server_name localhost;
102124
listen 55872;
@@ -129,3 +151,14 @@ server {
129151

130152
include /etc/nginx/include.shopware.conf;
131153
}
154+
155+
server {
156+
server_name localhost;
157+
listen 55856;
158+
159+
#access_log /var/logs/nginx_access.log;
160+
root /var/www/shopware55_php56;
161+
set $fastcgi_pass shopware53_php56:9000;
162+
163+
include /etc/nginx/include.shopware.conf;
164+
}

0 commit comments

Comments
 (0)