From 5158cdcb3d3b583aa11db1737b3d38ac97b93079 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Tue, 21 Nov 2017 02:23:21 +0300 Subject: [PATCH] New template for OpenCart CMS --- install/ubuntu/14.04/templates/web/nginx/php-fpm/opencart.tpl | 3 --- 1 file changed, 3 deletions(-) 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; }