Set the default qgis project file to use

This commit is contained in:
Blottiere Paul 2020-09-09 11:53:27 +02:00 committed by Nyall Dawson
parent cf834cb3fe
commit e5275b0817

View File

@ -27,5 +27,6 @@ server {
fastcgi_param HTTPS $https if_not_empty;
fastcgi_param SERVER_PORT 80;
fastcgi_param SERVER_NAME $server_addr;
fastcgi_param QGIS_PROJECT_FILE /data/teamengine_wms_130.qgs;
}
}