mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 02:11:49 +01:00
81bc449043
This patch was generated by replacing: `proxy_set_header Host $http_host` -> `proxy_set_header Host $host` Script: find . -type f -exec sed -i 's|proxy_set_header Host \$http_host|proxy_set_header Host \$host|g' {} \; Fixes test error: ``` >> Problem: [host_spoofing] The proxied Host header may be spoofed. Description: In most cases "$host" variable are more appropriate, just use it. Additional info: https://github.com/yandex/gixy/blob/master/docs/en/plugins/hostspoofing.md ``` `proxy_set_header Host $host` is indeed the recommended default proxy header setting. |
||
---|---|---|
.. | ||
http-basic.conf | ||
http-language.conf | ||
http-proxy-cache.conf | ||
location-api-v1-lightning.conf | ||
location-api-v1-services.conf | ||
location-api.conf | ||
location-liquid-api.conf | ||
location-liquidtestnet-api.conf | ||
location-redirects.conf | ||
location-signet-api-v1-lightning.conf | ||
location-signet-api.conf | ||
location-testnet-api-v1-lightning.conf | ||
location-testnet-api.conf | ||
nginx.conf | ||
server-bisq.conf | ||
server-common.conf | ||
server-esplora.conf | ||
server-liquid.conf | ||
server-mempool.conf | ||
upstream-esplora.conf | ||
upstream-mempool.conf |