e1f0d9ceb7
- Remove complex location blocks from nginx - Let Next.js rewrites handle API routing to CMS - Keep only basic proxy configuration Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
6 lines
136 B
Plaintext
6 lines
136 B
Plaintext
# Proxy configuration for nginx
|
|
map $http_x_forwarded_proto $origin_proto {
|
|
default $http_x_forwarded_proto;
|
|
"" $scheme;
|
|
}
|