yunohost/conf/nginx/redirect_to_admin.conf
2021-11-10 17:56:02 +01:00

3 lines
65 B
Text

location / {
return 302 https://$http_host/yunohost/admin;
}