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-visible-301.conf

3 lines
70 B
Text

location YNH_LOCATION {
return 301 YNH_REDIRECT_PATH$request_uri;
}