Can i have multiple WordPress installations in subdirectories in nginx?
Example:
How can i do this with permalinks working?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
i did it like this and works fine even for permalinks! (diud not get the permalinks working with the pastebin example)
I followed this tutorial: <br>https://www.digitalocean.com/community/articles/how-to-configure-single-and-multiple-wordpress-site-settings-with-nginx <br> <br>So, i added a “location sitex…” for each site. <br> <br>Something like this: http://pastebin.com/xXygC5eN
Hi Rodrigo, <br> <br>Could you please share your solution with me? <br> <br>Thanks