Skip to content

Commit

Permalink
Switch port for flask/geoapi api
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfranklin committed Oct 2, 2023
1 parent 710810a commit 33c217c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/geoapi-services/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ http {
return 204;
}
rewrite ^/api(.*) /$1 break;
proxy_pass http://geoapi:5000;
proxy_pass http://geoapi:8000;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
Expand Down

0 comments on commit 33c217c

Please sign in to comment.