We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d1e1fd commit 8cd70fbCopy full SHA for 8cd70fb
qgis3-server.conf.template
@@ -17,7 +17,7 @@ ServerName 127.0.0.1
17
# Endpoint for file based QGIS projects
18
RewriteRule ^${URL_PREFIX}/(.*)$ /cgi-bin/qgis_mapserv.fcgi?map=/data/$1.${QGIS_PROJECT_SUFFIX} [QSA,PT]
19
# Endpoint for OGC API services
20
- RewriteCond %{HTTP:Service-Name} ^(.*)$
+ RewriteCond %{HTTP:X-QGIS-Project-File} ^(.*)$
21
RewriteRule ^/wfs3 /cgi-bin/qgis_mapserv.fcgi [QSA,PT,E=QGIS_PROJECT_FILE:/data/%1.${QGIS_PROJECT_SUFFIX}]
22
# Endpoint for logs
23
RewriteRule ^/logs$ /cgi-bin/tail_logs.sh [QSA,PT]
0 commit comments