From 27d2b52ff559bf0ee6eb385866a3dad9ccab147a Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Sat, 15 Oct 2016 15:43:35 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=BB=D1=8F=20nginx,=20=D1=87?= =?UTF-8?q?=D1=82=D0=BE=D0=B1=D1=8B=20=D0=BD=D0=B5=20=D0=B4=D1=83=D0=B1?= =?UTF-8?q?=D0=BB=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BB=D1=81=D1=8F=20=D0=B7?= =?UTF-8?q?=D0=BD=D0=B0=D0=BA=20=D0=B2=D0=BE=D0=BF=D1=80=D0=BE=D1=81=D0=B0?= =?UTF-8?q?=20=D0=B2=20GET=20=D0=BF=D0=B0=D1=80=D0=B0=D0=BC=D0=B5=D1=82?= =?UTF-8?q?=D1=80=D0=B0=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/nginx/account.ely.by.conf.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/nginx/account.ely.by.conf.template b/docker/nginx/account.ely.by.conf.template index eb63987..b71746a 100644 --- a/docker/nginx/account.ely.by.conf.template +++ b/docker/nginx/account.ely.by.conf.template @@ -37,7 +37,7 @@ server { } location /api { - try_files $uri $uri /api/web/index.php?$is_args$args; + try_files $uri $uri /api/web/index.php$is_args$args; } location ~* \.php$ {