Created
February 14, 2017 10:23
-
-
Save robophil/5d5f299f158b6ed164e6282f76dcb6fd to your computer and use it in GitHub Desktop.
How to get vanish to work on port 80
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo vi /lib/systemd/system/varnish.service | |
sudo systemctl daemon-reload | |
sudo service varnish restart | |
# The link below would be helpful | |
# https://www.digitalocean.com/community/questions/configure-varnish-with-apache-on-ubuntu-14-04 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment