I trying to find tasks tagged with Synapse only to get 403 forbidden. The query url is https://hq.nawan.my.id/maniphest/query/.hPrCFuO4Ep7/#R.
Description
Description
Event Timeline
Comment Actions
Change
location ~ /\.(?!well-known) {
deny all;
}to this
location ~* /\.(env|git|htaccess|htpasswd|svn|DS_Store|ssh|bash) {
deny all;
}