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-redirect.conf

4 lines
59 B
Text
Raw Normal View History

2023-12-05 01:08:20 +01:00
location __PATH__ {
2024-01-02 17:43:58 +01:00
return 302 __TARGET__$request_uri;
}