Rejector 在 玩下Nginx的GeoIp 中发帖
玩下Nginx的GeoIp
Nginx使用版本:1.27.2,构建环境:RockyLinux9
一些基础软件包
这里可能会包含其他模块的,懒得分出来了~
dnf一些配置就自行GPT吧,懒得分解了~
dnf --setopt=fastestmirror=True --setopt=deltarpm=True --setopt=max_parallel_downloads=10 --setopt=keepcache=True makecache
dnf -y update
dnf -y in epel-release
dnf -y groupinstall 'Development Tools'
dnf -y in nano wget psmisc cmake go automake gcc gcc-c++ kernel-devel git make tar autocon...