1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mediawiki_ynh.git synced 2024-09-03 19:46:05 +02:00

Add the redirection with no trailing slash

This commit is contained in:
Salamandar 2020-06-10 15:52:08 +02:00
parent 9f8f2b829c
commit e718c393ac

View file

@ -1,3 +1,4 @@
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/ { location __PATH__/ {
alias __FINALPATH__/ ; alias __FINALPATH__/ ;
if ($scheme = http) { if ($scheme = http) {