I've got a few questions about Nginx that I can't seem to find a clear answer on. I'm currently having with my WordPress Multisite—the images aren't showing up. A common problem, easily solved with some .htaccess file modifications. But this server uses Nginx, so I need to dig into nginx.conf. A few questions below:
- Do I modify the sites-available/mysite file, or should I be using the html/nginx.conf for this type of thing?
- Do I need to restart Nginx after modifying my conf files?
A few things to consider:
- I'm using subdirectories in my WordPress multisite
- The site is loading and functioning properly, the WordPress configuration—or rather, some of its required redirects—are the only thing that needs to be altered.
Thanks so much for any help.