暫無描述

Mohammed Al Ashaal 95fe355b5e Update README.md 8 年之前
LICENSE 03ed497e66 Add an MIT LICENSE file 8 年之前
README.md 95fe355b5e Update README.md 8 年之前
README.md.v1 14de2427b1 Rename README.md to README.md.v1 8 年之前
httpsify.go 49dd6e48b8 Create httpsify.go 8 年之前
httpsify.go.v1 dbb934c9e7 Rename httpsify.go to httpsify.go.v1 8 年之前

README.md

HTTPSify v2

A letsencrypt based reverse proxy to automatically handles ssl termination with no hassle .
It listens on :443 by default DON'T CHANGE IT because letsencrypt uses that port to confirm ownership of your domains .

Features

  • Auto SSL Certs generation and renewal .
  • Auto GZIP (optional), default: No .
  • Auto Minify (css, js, html, json, xml) (optional), default: yes .
  • Now you can specify custom backends for custom domains .
  • No serve websocket based requestes easily with no problem .

Requirements

  • Golang >= 1.7

Installation

go get github.com/alash3al/httpsify

Usage

run the following command and you will get some examples at the end .

httpsify --help

Author

Mohammed Al Ashaal, a problem solver ;)