Skip to content

Instantly share code, notes, and snippets.

@eksiscloud
Created June 1, 2020 21:50
Show Gist options
  • Save eksiscloud/fd8780713735f3cb41ff0d858d84750f to your computer and use it in GitHub Desktop.
Save eksiscloud/fd8780713735f3cb41ff0d858d84750f to your computer and use it in GitHub Desktop.
Apache2: Ports for Varnish
#Listen 80
Listen 127.0.0.1:81
<IfModule ssl_module>
# Listen 443
</IfModule>
<IfModule mod_gnutls.c>
# Listen 443
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment