aboutsummaryrefslogtreecommitdiffstats
path: root/.ht-nginx
diff options
context:
space:
mode:
Diffstat (limited to '.ht-nginx')
-rw-r--r--.ht-nginx5
1 files changed, 5 insertions, 0 deletions
diff --git a/.ht-nginx b/.ht-nginx
index ca9d22d..45bda6a 100644
--- a/.ht-nginx
+++ b/.ht-nginx
@@ -34,3 +34,8 @@ location ~ ^/(.git|core|theme/([^/]+)/(html|lang))/ {
location / {
try_files $uri $uri/ /index.php?$args;
}
+
+#===============================================================================
+# Redirect from old to new global static dir
+#===============================================================================
+#rewrite ^/rsrc/(.*)$ /static/$1 permanent;