1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/z-push_ynh.git synced 2024-09-03 18:05:58 +02:00

Fix path traversal issue ?

This commit is contained in:
Alexandre Aubin 2023-12-05 02:37:03 +01:00
parent 28d024a504
commit fe0256da08

View file

@ -1,6 +1,6 @@
#sub_path_only rewrite ^Microsoft-Server-ActiveSync$ Microsoft-Server-ActiveSync/ permanent; #sub_path_only rewrite ^Microsoft-Server-ActiveSync$ Microsoft-Server-ActiveSync/ permanent;
rewrite ^/$ Microsoft-Server-ActiveSync/ permanent; rewrite ^/$ Microsoft-Server-ActiveSync/ permanent;
location /Microsoft-Server-ActiveSync { location /Microsoft-Server-ActiveSync/ {
# Path to source # Path to source
alias __INSTALL_DIR__/; alias __INSTALL_DIR__/;