I created the entry
rewrite ^/q2a/(.+)?$ /q2a/index.php?qa-rewrite=$1 last;
it fixes the urls, but it stops showing the theme. I only see the text of the site. cleanstrap theme qa1.7
if (!-f $request_filename) { rewrite ^/q2a/(.+)?$ /q2a/index.php?qa-rewrite=$1 last; }
location / { index index.php index.html index.htm; if (!-e $request_filename) { rewrite ^/(.+)?$ /index.php?qa-rewrite=$1 last; } }
http://www.question2answer.org/qa/43081/
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.