• Stars
    star
    155
  • Rank 239,631 (Top 5 %)
  • Language
    Lua
  • License
    MIT License
  • Created about 9 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

a common useful server config,including nginx,mysql,tomcat,redis

awesome-config

“awesome-config is being sponsored by the following tool; please help to support us by taking a look and signing up to a free trial” GitAds

a common useful server config.

1. nginx

  • nginx.conf:总的配置文件
  • proxy.conf:反向代理相关的配置文件
  • gzip.conf:gzip相关
  • uuid4.lua:生成uuid的lua脚本

2. tomcat

  • java_opts.conf:jvm参数配置
  • connector.conf:tomcat connector参数配置

3. mysql

  • my.cnf: mysql相关配置

4. redis

  • redis.conf: redis相关配置