summaryrefslogtreecommitdiffstats
path: root/docker-compose/proxy_params
diff options
context:
space:
mode:
authorDaniel Hanrahan <daniel.hanrahan@est.tech>2024-07-09 12:31:10 +0000
committerGerrit Code Review <gerrit@onap.org>2024-07-09 12:31:10 +0000
commit76c1369b1540ed0dd72bf8ae5c7c22da40220ea8 (patch)
tree447a6576f3b6a5cb80ffa1cff32988311e77e341 /docker-compose/proxy_params
parentef58dce98c142384b65e6cbacacb58387730da5d (diff)
parent3a9613f75519176efb2eb50bde88f268535e0ca9 (diff)
Merge "Setup automated tests with two replicas of cps-and-ncmp"
Diffstat (limited to 'docker-compose/proxy_params')
-rw-r--r--docker-compose/proxy_params4
1 files changed, 4 insertions, 0 deletions
diff --git a/docker-compose/proxy_params b/docker-compose/proxy_params
new file mode 100644
index 0000000000..ab092a98f3
--- /dev/null
+++ b/docker-compose/proxy_params
@@ -0,0 +1,4 @@
+proxy_set_header Host $host;
+proxy_set_header X-Real-IP $remote_addr;
+proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
+proxy_set_header X-Forwarded-Proto $scheme; \ No newline at end of file