Created
October 17, 2013 23:10
-
-
Save postwait/7033924 to your computer and use it in GitHub Desktop.
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
| module(..., package.seeall) | |
| function config() | |
| local http = ats.config.proxy.config.http | |
| http.server_ports("8888 443:ipv4:ssl") | |
| end | |
| function config_ssl(add) | |
| add({ dest_ip = "*", ssl_cert_name = "bar.pem", ssl_key_name = "barKey.pem" }) | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment