mirror of
https://github.com/YunoHost-Apps/redirect_ynh.git
synced 2024-09-03 20:16:10 +02:00
3 lines
59 B
Text
3 lines
59 B
Text
location __PATH__ {
|
|
return 302 __TARGET__$request_uri;
|
|
}
|