v0.0.7
Docs
- Improve our docs for better understanding process
Fix
- Fix bug on serve SSL proxy and statics files.
Feats
-
Add functionality for serving statics files
-
Add more elaborate ssl proxy object definitions
-
Add static_server object to
goproxy.yaml
static_server:
host_server: 0.0.0.0
port_server: 8080
static_files: ./examples/dist
ssl_server:
enable: true
ssl_port: 8443
crt_file: ./key/cert.pem
key_file: ./key/key.pem