From d79a0f3ecd8709b7d574916109963b319ded3709 Mon Sep 17 00:00:00 2001 From: Mark Calvert Date: Wed, 7 Aug 2024 12:04:39 +0800 Subject: [PATCH] Removed CKAN_PORT env variables to match upstream fork removing it. https://github.com/ckan/ckan-docker/pull/160 --- nginx/setup/default.conf.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/setup/default.conf.template b/nginx/setup/default.conf.template index 76e8aab7d..5951c153e 100644 --- a/nginx/setup/default.conf.template +++ b/nginx/setup/default.conf.template @@ -27,7 +27,7 @@ server { client_max_body_size 100M; location / { - proxy_pass http://${CKAN_CONTAINER_NAME}:${CKAN_PORT}/; + proxy_pass http://${CKAN_CONTAINER_NAME}:5000/; proxy_set_header X-Forwarded-For $remote_addr; proxy_set_header Host $host; #proxy_cache cache;