Skip to content

Commit 5158cdc

Browse files
authored
New template for OpenCart CMS
1 parent 5a80d18 commit 5158cdc

File tree

1 file changed

+0
-3
lines changed
  • install/ubuntu/14.04/templates/web/nginx/php-fpm

1 file changed

+0
-3
lines changed

install/ubuntu/14.04/templates/web/nginx/php-fpm/opencart.tpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@ server {
66
access_log /var/log/nginx/domains/%domain%.log combined;
77
access_log /var/log/nginx/domains/%domain%.bytes bytes;
88
error_log /var/log/nginx/domains/%domain%.error.log error;
9-
109
location / {
11-
1210
try_files $uri $uri/ @opencart;
13-
1411
location ~* ^.+\.(jpeg|jpg|png|gif|bmp|ico|svg|css|js)$ {
1512
expires max;
1613
}

0 commit comments

Comments
 (0)