I have an existing django app, and I want to add a blog to it, and we decided to use WordPress for the blog as "www.example.com/blog" for the sake of seo.
so Django is served by Nginx and uses Postgress database,
I assume that WP will use MySQL and will still be served by Nginx,
So how can I tweak the Nginx config to make this happen, because I tried old solutions and none of them worked.
and if you have another suggestion please advice,
FYI, the server is Ubuntu 18.04 and php7.2 is installed.
Comments
Post a Comment