aboutsummaryrefslogtreecommitdiffstats
path: root/.ht-nginx
diff options
context:
space:
mode:
Diffstat (limited to '.ht-nginx')
-rw-r--r--.ht-nginx4
1 files changed, 3 insertions, 1 deletions
diff --git a/.ht-nginx b/.ht-nginx
index 168e8c0..ca9d22d 100644
--- a/.ht-nginx
+++ b/.ht-nginx
@@ -31,4 +31,6 @@ location ~ ^/(.git|core|theme/([^/]+)/(html|lang))/ {
#===============================================================================
# Pass requests to index.php
#===============================================================================
-try_files $uri $uri/ /index.php?$args;
+location / {
+ try_files $uri $uri/ /index.php?$args;
+}