File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff 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+
6778server {
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+
100122server {
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+ }
You can’t perform that action at this time.
0 commit comments