add CDN instruction

This commit is contained in:
Evgeny Nerush
2024-11-11 23:06:58 +03:00
parent 7f4cb2710e
commit 000701608a
5 changed files with 56 additions and 45 deletions

View File

@@ -7,7 +7,7 @@ server {
# fallback: proxy_pass redirects request to another server
location / {
proxy_pass https://www.youtube.com;
proxy_pass https://duckduckgo.com;
}