Skip to content

Instantly share code, notes, and snippets.

@HauptJ
Created May 28, 2023 01:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HauptJ/a629f3e9f04380737d2409ac8cf96c5c to your computer and use it in GitHub Desktop.
Save HauptJ/a629f3e9f04380737d2409ac8cf96c5c to your computer and use it in GitHub Desktop.
OpenLiteSpeed WordPress IPv6 Cloudflare Secure Listener Config
listener wordpresssslv6 {
address [ANY]:443
secure 1
keyFile /usr/local/lsws/conf/example.key
certFile /usr/local/lsws/conf/example.crt
map wordpress example.com, www.example.com
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment