Hi,
I am currently using the Ghost one-click install on an Ubuntu server. I have the assigned IP as my private blog URL. Is it possible to upload a folder to the IP to use as a subdomain or a sub-directory? Meaning, if my IP is http://xxx.xxx.xxx.xxx/, is it possible to have a folder called ‘abcd’ with its own index.html and custom css, so that people can navigate to http://xxx.xxx.xxx.xxx/abcd and view it as a separate site? If yes, where do I upload this folder?
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.
Hello,
You should be able to do this with a little modification of the
/etc/nginx/sites-enabled/ghost
file.So assuming you wanted to have the folder called
abcd
then you could do:The files would be uploaded to
/usr/share/nginx/html/testing/
Keep in mind though, that you can never make anything with ghost with the name
abcd
as it will just get routed to the new site instead of rendered by ghost.