Today for some reason my xenforo friendly urls stopped working. Here is my nginx config: location / { index index.php index.html index.htm; try_files $uri $uri/ /index.php?$uri&$args; } #location /admin.php { #auth_basic "Private";...