Skip to content

Commit a99badb

Browse files
author
Tobias Lückel
committed
Removed PHP5.6 config because we do not support it in the standard
1 parent dd1a90f commit a99badb

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

nginx/conf.d/default.conf

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,3 @@ server {
3030

3131
include /etc/nginx/include.shopware.conf;
3232
}
33-
34-
server {
35-
server_name localhost;
36-
listen 10856;
37-
38-
#access_log /var/logs/nginx_access.log;
39-
root /var/www/shopware54_php56;
40-
set $fastcgi_pass shopware546_php56:9000;
41-
42-
include /etc/nginx/include.shopware.conf;
43-
}

0 commit comments

Comments
 (0)