I’ve been trying to get IP.board to work correctly and i think not being to add the following code to the server block is keeping it from working 100%
location / {
try_files $uri $uri/ /index.php; }
i get this with the above code:
Unable to execute service nginx reload, exit status = 1
ALL urls have /index.php? so if i click on a forum thread it will show site.com/indexp?/topic/webpage
i think it will fix that