소스 검색

Create README.md

Mohammed Al Ashaal 8 년 전
부모
커밋
2fe1797f96
1개의 변경된 파일30개의 추가작업 그리고 0개의 파일을 삭제
  1. 30 0
      README.md

+ 30 - 0
README.md

@@ -0,0 +1,30 @@
+HTTPSify <small>v2</small>
+=============================
+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 .
+
+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 ;)
+