Skip to content

Commit

Permalink
Removed CKAN_PORT env variables to match upstream fork removing it.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCalvert committed Aug 7, 2024
1 parent af22648 commit d79a0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/setup/default.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d79a0f3

Please sign in to comment.