Questions tagged [ghost-blog]

Ghost is an open source blogging platform

25 questions
7
votes
1 answer

Is it possible to reduce NodeJS memory usage (e.g., Ghost blogging platform)

CPU [ 0.0%] Tasks: 15, 2 thr; 1 running Mem [|||| 14/256MB] Load average: 0.00 0.00 0.00 Swp [| 1/256MB] Uptime: 15 days, 06:02:31 Above is the memory usage on my server…
Aizan Fahri
  • 87
  • 1
  • 1
  • 5
4
votes
2 answers

Upgrade 2 Ghost blogs on same server, 1 quits immediately when run as a service

I have 2 Ghost blogs on a Digital Ocean server running: Ubuntu 14.04.3 LTS Nginx 1.4.6 (Ubuntu) Node v0.12.7 I used the instructions provided by Digital Ocean to set up the blogs, and they have worked fine and survived upgrades before. Last night,…
2
votes
2 answers

Nginx Config Issue for Ghost Blog inside a sub-directory on a LEMP Server

My Requirements Ghost Blog on www.mydomain.com/blog An index.html, contact.php, couple of images and js files in root directory. (i.e something like www.mydomain.com/index.html, mydomain.com/contact.php, etc) After Reading This Tutorial…
Prashant
  • 131
  • 5
2
votes
4 answers

Redirect Loop SSL Nginx Cloudflare

I have Universal SSL with CloudFlare. I wanted to set up a permanent SSL redirect on my Ghost blog. This was my original config. It works great individually using http://example.com and https://example.com server { listen 80 default_server; listen…
fortune
  • 131
  • 1
  • 3
1
vote
2 answers

How to I setup nginx.conf for a simple proxy pass redirect?

I'm trying to set up what might be the "hello world" of proxy pass redirects. It entails a default route, and one single conditional route. I want all of the traffic to my server to proxy some ip 1.2.3.4 unless it matches /blog in which case it…
Seph Reed
  • 121
  • 4
1
vote
1 answer

Enabling Cloudflare Proxy on Ghost.io hosted blog

I've got a Ghost blog hosted on Ghost.io. In the setup process they help provision a CloudFlare DNS record and SSL certificate to serve the site. In the setup their configuration seems to only use the Cloudflare DNS features, so Web Workers, Page…
jessehouwing
  • 289
  • 1
  • 12
1
vote
1 answer

nginx redirect loop running reverse proxy subdirectory

I'm trying to install a ghost blog along an express app on an nginx server. The blog is supposed to run in the /blog subdirectory, express will handle all the other routing on /* Right now setup seems to be working as the ghost process gets the…
Seb
  • 131
  • 4
1
vote
0 answers

Nginx serving to 2 ghost blogs in node.js

I'm trying to configure an Amazon EC2 instance running Amazon linux with nginx to serve two different ghost blogs in node.js. My understanding is that web traffic hits the public IP of the ec2 instance, nginx is listening on port 80 and the config…
1
vote
1 answer

Favicon not served in Ghost blog on Azure

I am trying to use a custom favicon on my Ghost blog which is running on Azure websites. Following this blog I have: set the favicon location to in default.hbs put the image inside the…
NRKirby
  • 71
  • 7
1
vote
0 answers

Ghost not working on CentOs 7 despite clean install

I followed most of this tutorial to install Ghost on CentOs 7 but, despite the install going perfectly I am unable to see the welcome page. Here are a list of commands I used, let me know if I made a mistake somewhere. $ yum -y update $ yum -y…
1
vote
1 answer

Ghost running on docker container does not respond to http requests from other container

I am setting up a ghost blog instance inside a docker container. I bound the ghost server to host 0.0.0.0 and exposed the port on which it's listening (port 2368). If I run wget to the ghost container's ip and ghost's port from the outside, the…
alejo.90
  • 11
  • 2
1
vote
1 answer

getting a 404 error on Ghost (blog) / IIS 8 in a virtual directory

what I want to do is to have ghost hosted in a virtual directory or application something like: www.mysite.com/blog what I have installed so far IIS 8 - url rewrite 2 Node.js v0.10.24 x64 Ghost 0.3.3 iisnode x64 I followed the instructions on…
pedrommuller
  • 279
  • 5
  • 13
1
vote
1 answer

Which AWS service should I use to host a Ghost CMS blog?

I would like to setup a simple Ghost personal blog. However with so many options on AMS, it's not easy to to pick the best one. For me, best means lower cost & management possibly at the expense of performance and flexibility. I currently have an…
1
vote
1 answer

Blocking image hotlinking on nginx running Ghost also breaks images on valid domain

I'm running Ghost on nginx 1.14.0 and Ubuntu 18.04. I am trying block image hotlinking by external sites. I've added the recommended code from this post (starts with location ~* .(gif|png|jpe?g)$) to prevent image hotlinking. Here is my site config…
0
votes
1 answer

OpenShift Free Tier: 503 Service Unavailable

I've been working on my Ghost theme for the last few hours, and suddenly this error. Attached is a copy of my HAProxy status output. I've restarted both NodeJS and HAProxy. Neither restart fixed the issue, and both are showing as running in the…
1
2