I'm looking to add auth_basic into a specific location : domain.com/#/register I've tried :
location "/#/register" {
...
}
Is there a way to do it ?
I'm looking to add auth_basic into a specific location : domain.com/#/register I've tried :
location "/#/register" {
...
}
Is there a way to do it ?