diff --git a/configs/gateway/base.conf b/configs/gateway/base.conf index 2fef886..bc5ccdc 100644 --- a/configs/gateway/base.conf +++ b/configs/gateway/base.conf @@ -29,7 +29,7 @@ location ~* \.(css|gif|ico|je?pg|js|png|swf|txt|eot|ttf|woff|woff2|svg|map|webma } # Allow direct access to resources/assets files, if they don't exist show SupportPal 404 error page. -location /resources/assets/ { +location ^~ /resources/assets/ { try_files $uri $uri/ @backend; }