broken links on Nginx

I've set up my server with Nginx and installed UNA on a sub-directory 'main'. I managed to install UNA but all links on the homepage are broken. Can someone help me with the right configurations for 'location' block on Nginx! here is my current config:

    location / {

        try_files $uri $uri/ /index.php?$args;

    }

  • 438
  • More
Replies (2)
    Login or Join to comment.