فهرست منبع

Fix the issue alias_traversal

https://github.com/yandex/gixy/blob/master/docs/en/plugins/aliastraversal.md
Maniack Crudelis 7 سال پیش
والد
کامیت
9824705dfb
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      conf/nginx.conf

+ 2 - 1
conf/nginx.conf

@@ -1,4 +1,5 @@
-location __PATH__ {
+rewrite ^__PATH__$ ^__PATH__/ permanent;
+location __PATH__/ {
 
 
   # Path to source
   # Path to source
   alias __FINALPATH__/ ;
   alias __FINALPATH__/ ;