Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If this is the first time deploying, remember the setting up steps for the region trend tables (if needed) and the parameters (needed for all). More details in Geostreams-api-v3 - Local 


Add to your nginx a route for /geostreams 


Code Block
languagebash

  rewrite ^/geostreams$ /geostreams/ permanent;

  location /geostreams {

    proxy_pass http://localhost:9002;

  }