My application is a python application using wsgi & nginx.
Given a root domain e.g. www.xyz.com
The intention is to have users be able to create subdirectories which they control, can post content to and share as links. Key thing is the user should themselves be able to name the subdirectory, and if it doesnt exist already it be created.
e.g. www.xyz.com/potterymaking
I am not yet a pro at server configuration, but willing to learn. A few things I’d be very appreciative to know.
- Can this be done with the tools I am using (wsgi & nginx)? I am presuming yes…
- If so, any guideline on steps to proceed, or documentation that covers such steps? I’ve looked around the internet, and I am not quite finding related content. I have found some somewhat related articles using Apache, and some related to “multisites on wordpress” but not nginx.
If this is too much of a lift for me at the moment, I am not averse to hiring this out to be honest. But I would really like to learn to do it myself if at all possible. I am hoping I can get some direction as to how to go about it.
Thank you
What I’ve tried?
While I have created the application, I am stumped at this point as to how to go about it and what knobs to tweak in the server config files etc. Thus I havent tried anything beyond a lot of research to hopefully get good instructions.
sope lanlehin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.