reverseproxy_ynh/conf/nginx-visible-302.conf

4 lines
70 B
Text
Raw Normal View History

2016-06-20 23:43:51 +02:00
location YNH_LOCATION {
2020-06-26 13:40:10 +02:00
return 302 YNH_REDIRECT_PATH$request_uri;
}