Questions tagged [ghost-blog]

Ghost is an open source blogging platform

25 questions
0
votes
1 answer

No Git deployment for Ghost blog deployed to Azure

I have deployed Ghost to an Azure (Shared) web app using the One-Click option here. I am trying to get at the source code but there is no option for Git deployment in the Azure portal: I have tried add an FTP/deployment user name in the deployment…
NRKirby
  • 71
  • 7
0
votes
1 answer

Nginx adds slash before PHP file argument

This is a rewrite question, but it doesn't seem to be an issue with rewrites themselves--I've done all I can to try and research those. I'm moving a website from a PHP-based structure to Ghost, and I'm trying to redirect URLS in the form of…
0
votes
1 answer

Nginx: How do I point the root to a Ghost blog located in a subdirectory?

I have installed Ghost inside a blog/ directory in my site's root. The site works as domain.com/blog/ and serves static files from public_html/ directory (including index.html). I would like to have the index point to domain.com/blog/ without…
Web Guy Ian
  • 101
  • 1
0
votes
0 answers

Apache: Running ghost on a subdomain

Does anyone have hints for running ghost on a subdomain with the following apache conf: UseCanonicalName Off VirtualDocumentRoot /var/www/%0/httpdocs (I do not have any sites-available) I tried ProxyPass…
avarx
  • 101
  • 1
0
votes
1 answer

Apache : How to redirect domain.com:2368 to domain.com/blog

I have standard Apache configuration. At domain.com Apache is serving static html files (No backend technology) At domain.com:2368, there is a Ghost (blogging platform) instance, running NodeJS. I want to have the following effect: People should…
0
votes
1 answer

Dynamic Dns changing for GCP f1 micro instance

I am quite new to this ordeal. I am trying to host my ghost blog on GCP f1 instance, the point being that I want to host a website free forever (as per the current condition). GCP f1 instance was the perfect choice for me, but I came to understand…
0
votes
1 answer

Clicking links within subdirectory proxy_pass return 404 NGINX

Ok I'll try explain this as best I can. I've managed to setup to a subdirectory location /blog/ on the example.com server block (Website A) that successfully displays my blog on the subdomain blog.example.com.au server block (Website B), with the…
koopmac
  • 127
  • 5
0
votes
0 answers

Self-hosted site now producing ERR_CONNECTION_REFUSED

Earlier today I set up a self-hosted website using Ghost. Everything went fine and the site loaded. However, after restarting, I am now encountering ERR_CONNECTION_REFUSED when I visit the website URL. I have ran ghost start, followed by ghost ls.…
H H H
  • 1
-1
votes
1 answer

nginx truncates responses to external requests but not local

I've configured nginx to do port forwarding to Ghost blog that's running on the same machine. When I open localhost, nginx returns everything correctly. However when I hit the server from the outside, my scripts get truncated. Any ideas why that…
Maxim
  • 101
-1
votes
1 answer

Running WordPress and Ghost on Apache with mod_proxy

I currently have three WordPress sites hosted on Apache with virtual host files to direct the right domain to the right DocumentRoot. Ghost (node.js) just came out and I've wanted to tinker with it and just play around on one of my spare domains.…
1
2