Hi, I am solving a problem with authentication based on the result of a sub-request in nginx. ´´´ server { listen 80 default_server; listen [::]:80 default_server;
Servername ;
root {{{.DocumentRoot}};
location / { root {{{.DocumentRoot}}/web; index index.html index.php;
#use this for a nice url try_files $uri /$uri /index.html /index.php$is_args$args; }