Page MenuHomeNawan HQ

Maniphest search query result in 403 forbidden
Closed, ResolvedPublicDEFECT

Description

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.

Event Timeline

nawan triaged this task as Normal priority.Sat, May 16, 18:55
nawan moved this task from Inbox to Backlog on the User-nawan board.
nawan updated the task description. (Show Details)

Change

location ~ /\.(?!well-known) {
    deny all;
}

to this

location ~* /\.(env|git|htaccess|htpasswd|svn|DS_Store|ssh|bash) {
    deny all;
}