1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/redirect_ynh.git synced 2024-09-03 20:16:10 +02:00
redirect_ynh/conf/nginx-public_302.conf
2022-06-11 14:18:45 +02:00

4 lines
110 B
Text

#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/ {
return 302 __REDIRECT_PATH__;
}