From 467b96a64bc92734f304199c852a9bc22ba3c9e2 Mon Sep 17 00:00:00 2001 From: sadlyblue Date: Tue, 21 Aug 2018 15:07:01 +0100 Subject: [PATCH] version 1.7.4.2 Tried in v1.7.4.2 and without this change (adding stock|api) couldn't get access to the tab Catalog->Stock --- prestashop-nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prestashop-nginx.conf b/prestashop-nginx.conf index e7112ae..ab90537 100644 --- a/prestashop-nginx.conf +++ b/prestashop-nginx.conf @@ -67,7 +67,7 @@ server { gzip_disable "MSIE [1-6]\.(?!.*SV1)"; # Symfony controllers - location ~ /(international|_profiler|module|product|feature|attribute|supplier|combination|specific-price|configure)/(.*)$ { + location ~ /(international|_profiler|module|product|feature|attribute|supplier|combination|specific-price|configure|stock|api)/(.*)$ { try_files $uri $uri/ /index.php?q=$uri&$args $admin_dir/index.php$is_args$args; }