Changes

Jump to navigation Jump to search
$ sudo service apache2 restart
Then go to the make a new apache configuration file
$ cd /etc/apache2/sites-available
$ sudo vi 000-defaultghost.conf
I added And add this VirtualHost blockto the ghost.conf configuration file:
<VirtualHost *:80>
# 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/
</VirtualHost>
Anonymous user

Navigation menu