Unleash Your Server Potential with Expert Insights
Hosting provided by: CloudwaysSponsored by: shopp.bio
Sponsored by: shopp.bio
Category: VPS Setup
dnf install nginx -y
/etc/nginx/nginx conf
:proxy_cache_path /var/cache/nginx levels=1:2 keys_zone=my_cache:10m;
proxy_cache my_cache;
Start withsystemctl start nginx
firewall-cmd --add-service=http
curl -I http://ip