3liz / py-qgis-server

QGIS embbeded WMS/WFS/WCS asynchronous scalable http server
https://docs.3liz.org/py-qgis-server
Mozilla Public License 2.0
68 stars 16 forks source link

Access to QGIS Server landing page resources #37

Closed NyakudyaA closed 2 years ago

NyakudyaA commented 2 years ago

I am running a docker-compose with the following env variables

  - QGSRV_SERVER_WORKERS=6
  - QGSRV_LOGGING_LEVEL=DEBUG
  - QGSRV_CACHE_ROOTDIR=/web
  - QGSRV_CACHE_SIZE=100
  - QGSRV_SERVER_TIMEOUT=300
  - QGSRV_LANDING_PAGE=yes
  - QGIS_SERVER_LANDING_PAGE_PROJECTS_DIRECTORIES=/web

What is the correct path to access the landing page? Running http://localhost:32774/ows/catalog gives me the following error errors-fix

NyakudyaA commented 2 years ago

There was an error with the 3.24 image which seems to be missing the resources directory. Downgrading and explicitly calling ows/catalog/index.html works