diff --git a/conf/nginx.conf b/conf/nginx.conf index f0e1150..ebbf228 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -19,6 +19,11 @@ location PATHTOCHANGE { fastcgi_param PATH_INFO $fastcgi_path_info; } + location /admin/ { + # Empty; this is just here to avoid redirecting for this location, + # though you might already have some config in a block like this. + } + # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc;