Changes
Jump to navigation
Jump to search
I added And add this VirtualHost blockto the ghost.conf configuration file:
# https://www.allaboutghost.com/how-to-proxy-ghost-through-apache-for-security-and-multi-blog-setup/Domain Name # ServerName your-second-urlghostblog.com # ServerAlias www.your-second-urlghostblog.com
#HTTP proxy/gateway server ProxyRequests off ProxyPass / http://127.0.0.1:2368/ ProxyPassReverse / http://127.0.0.1:2368/
Test Web Server Documentation (view source)
Revision as of 16:32, 14 March 2016
, 16:32, 14 March 2016→Ghost on Apache? (3/14/2016)
$ sudo service apache2 restart
Then go to the make a new apache configuration file
$ cd /etc/apache2/sites-available
$ sudo vi 000-defaultghost.conf
<VirtualHost *:80>
</VirtualHost>