diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/opencart.tpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/opencart.tpl index 07b0cb90..a6dec43b 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/opencart.tpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/opencart.tpl @@ -6,11 +6,8 @@ server { access_log /var/log/nginx/domains/%domain%.log combined; access_log /var/log/nginx/domains/%domain%.bytes bytes; error_log /var/log/nginx/domains/%domain%.error.log error; - location / { - try_files $uri $uri/ @opencart; - location ~* ^.+\.(jpeg|jpg|png|gif|bmp|ico|svg|css|js)$ { expires max; }