mempool/production/nginx
Erik Arvstedt eec82e1bf9 nginx: Fix gixy test http_splitting
Fixes test error:
```
>> Problem: [http_splitting] Possible HTTP-Splitting vulnerability.
Description: Using variables that can contain "\n" or "\r" may lead to http injection.
```

Summary: `$uri` should never be used in `return` statements.
See: https://github.com/yandex/gixy/blob/master/docs/en/plugins/httpsplitting.md

In this case, `$uri` always equals `/`, so just replace it.
2022-07-11 15:25:42 +02:00
..
http-basic.conf Refactor nginx.conf and other ops scripts for lightning 2022-07-06 17:13:09 +02:00
http-language.conf Improve nginx caching and use redirects for i18n 2022-01-12 23:12:49 +09:00
http-proxy-cache.conf Add nginx cache warmer script for production use 2022-01-13 15:06:13 +09:00
location-api-v1-lightning.conf Refactor nginx.conf and other ops scripts for lightning 2022-07-06 17:13:09 +02:00
location-api-v1-services.conf Fix nginx configuration for liquid assets APIs 2022-02-07 03:34:16 +04:00
location-api.conf Refactor nginx.conf and other ops scripts for lightning 2022-07-06 17:13:09 +02:00
location-liquid-api.conf Refactor nginx.conf and other ops scripts for lightning 2022-07-06 17:13:09 +02:00
location-liquidtestnet-api.conf Refactor nginx.conf and other ops scripts for lightning 2022-07-06 17:13:09 +02:00
location-redirects.conf Update production configurations + README for v2.3 2022-01-04 16:38:12 +09:00
location-signet-api-v1-lightning.conf Refactor nginx.conf and other ops scripts for lightning 2022-07-06 17:13:09 +02:00
location-signet-api.conf Refactor nginx.conf and other ops scripts for lightning 2022-07-06 17:13:09 +02:00
location-testnet-api-v1-lightning.conf Refactor nginx.conf and other ops scripts for lightning 2022-07-06 17:13:09 +02:00
location-testnet-api.conf Refactor nginx.conf and other ops scripts for lightning 2022-07-06 17:13:09 +02:00
nginx.conf Installing Linux nginx config in prod install 2022-07-07 21:09:00 +02:00
server-bisq.conf Refactor nginx.conf and other ops scripts for lightning 2022-07-06 17:13:09 +02:00
server-common.conf nginx: Fix gixy test http_splitting 2022-07-11 15:25:42 +02:00
server-esplora.conf Refactor nginx.conf and other ops scripts for lightning 2022-07-06 17:13:09 +02:00
server-liquid.conf Fix nginx configuration for liquid assets APIs 2022-02-07 03:34:16 +04:00
server-mempool.conf Refactor nginx.conf and other ops scripts for lightning 2022-07-06 17:13:09 +02:00
upstream-esplora.conf Refactor nginx.conf and other ops scripts for lightning 2022-07-06 17:13:09 +02:00
upstream-mempool.conf Refactor nginx.conf and other ops scripts for lightning 2022-07-06 17:13:09 +02:00