added database redir from frond-end
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
gzip_comp_level 2;
|
||||
gzip_disable "msie6";
|
||||
gzip_buffers 16 8k;
|
||||
|
||||
#include snippets/ngx-backendredir.conf;
|
||||
|
||||
location / {
|
||||
#try_files $uri $uri/ =404;
|
||||
|
||||
@@ -12,7 +12,8 @@ gzip_types text/plain text/css text/xml text/javascript application/javascript a
|
||||
gzip_comp_level 2;
|
||||
gzip_disable "msie6";
|
||||
gzip_buffers 16 8k;
|
||||
|
||||
|
||||
#include snippets/ngx-backendredir.conf;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ /index.php$is_args$args;
|
||||
|
||||
Reference in New Issue
Block a user