Report this

What is the reason for this report?

Ghost Image - nginx Redirection to Ghost

Posted on February 26, 2014

I’ve installed the ghost image and I’m trying to figure out where the redirect to Ghost is?

I’ve checked the nginx config and the root is here:

/usr/share/nginx/www

But can’t see anything that redirects to Ghost?

Also if I put a html or php file in the document root it’s not accessible?



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.

Nginx doesn’t use .htaccess files. It just proxies all requests to Ghost (take a look at the files in <code>/etc/nginx/sites-enabled</code>).

Hello, <br> <br>I’m having a similar problem, with nginx redirecting everything to Ghost. I have ghost running under the subdirectory /blog via nginx, following this guide http://www.allaboutghost.com/how-to-install-ghost-in-a-subdirectory, but now it returns Ghosts 404 page for the root folder. The droplet is running the Ghost application and have only been edited in the ghost config.js to fit /blog and in the default file under sites-available, according to <br> <br><code> <br> <br>location ^~ /blog { <br> proxy_set_header X-Real-IP $remote_addr; <br> proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; <br> proxy_set_header Host $http_host; <br> proxy_set_header X-NginX-Proxy true; <br> <br> proxy_pass http://127.0.0.1:2368; <br> proxy_redirect off; <br> } <br></code> <br> <br> <br>Has anyone any suggestion? <br> <br> <br>

Can you pastebin the whole file?

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.