unity-sds / unity-data-services

Apache License 2.0
0 stars 2 forks source link

Deploy latest UDS components to prod and populate manifest #381

Open ngachung opened 1 week ago

wphyojpl commented 3 days ago

Starting stac browser in docker

  ProxyPass "/data/" "http://<IP address>:8005/data/"
    ProxyPassReverse "/data/" "http://<IP address>:8005/data/"

    <Location /data>
       ProxyPreserveHost on
       AuthType openid-connect
       Require valid-user
    </Location>

Example:

    ProxyPass "/data/" "http://10.52.10.210:8005/data/"
    ProxyPassReverse "/data/" "http://10.52.10.210:8005/data/"

    <Location /data>
       ProxyPreserveHost on
       AuthType openid-connect
       Require valid-user
    </Location>