[2025-02-18 13:44:47]-自动同步

This commit is contained in:
2025-02-18 13:44:47 +00:00
Unverified
parent b43028d50f
commit 00175695d9
3 changed files with 55 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ location ^~ /docs {
proxy_set_header X-Forwarded-Proto $scheme;
proxy_http_version 1.1;
add_header X-Cache $upstream_cache_status;
add_header Cache-Control no-cache;
proxy_ssl_server_name off;
proxy_ssl_name $proxy_host;
add_header Cache-Control no-cache;
}