diff --git a/config/nginx/common/locations.conf b/config/nginx/common/locations.conf index d6495a85..3265ae25 100644 --- a/config/nginx/common/locations.conf +++ b/config/nginx/common/locations.conf @@ -9,6 +9,7 @@ location = /favicon.ico { } location = /robots.txt { + try_files $uri $uri/ /index.php?$args; access_log off; log_not_found off; }