Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

Wordpress as a blog with already existing django app

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