Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
-
Updated
May 31, 2022 - Go


Apache 部署GVA
部署版本
GVA 2.4.0
具体配置
VirtualHost 配置中加入:
<Proxy /api> Order deny,allow Allow from all </Proxy> ProxyPass /api http://127.0.0.1:8888 ProxyPassReverse /api http://127.0.0.1:8888注意
Apache 需要开启
proxy_modulehttp://127.0.0.1:8888 为后端默认地址,如已更改记得替换