feat: add cdn

This commit is contained in:
Strix 2023-10-26 14:30:28 +02:00
parent fd603305d8
commit 08d731adc2
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
3 changed files with 38 additions and 1 deletions

View file

@ -31,5 +31,7 @@ http {
#gzip on;
proxy_cache_path /tmp/cache keys_zone=cache:1h;
include /etc/nginx/conf.d/*.conf;
}