The Wayback Machine - https://web.archive.org/web/20200928212138/https://github.com/topics/gzip
Skip to content
#

gzip

Here are 371 public repositories matching this topic...

一款轻量级、高性能、功能强大的内网穿透代理服务器。支持tcp、udp、socks5、http等几乎所有流量转发,可用来访问内网网站、本地支付接口调试、ssh访问、远程桌面,内网dns解析、内网socks5代理等等……,并带有功能强大的web管理端。a lightweight, high-performance, powerful intranet penetration proxy server, with a powerful web management terminal.

  • Updated Aug 22, 2020
  • Go
nginxconfig.io
markandpathak
markandpathak commented Sep 23, 2020

Thanks for this amazing tool!

The issue is as following:
If there are two virtual hosts (Server blocks) serving two host names or subdomains:

sd1.domain.com
sd2.domain.com

When the configuration is generated using the nginxconfig and if HTTP to HTTPS redirect is enabled following server block gets generated for each host:

--- For virtual host 1
# HTTP redirect
server {
  
simonjohansson
simonjohansson commented Dec 18, 2018

Howdy and thanks for a awesome library!

We have a use case where we tar up a path and upload it to google cloud storage, which takes a []byte as the object you wish to upload. Later on we might download the tar which again gives us a []byte and untar it to some path.

In v2.0.1 we have the super helpful

Compress(sourceDir string) (tar []byte, err error)
Uncompress(destinationDir st

Improve this page

Add a description, image, and links to the gzip topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gzip topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.