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 1b68a7b commit 35f6013Copy full SHA for 35f6013
1 file changed
source/install/py-qgis-server.rst
@@ -41,7 +41,7 @@ Folders used below
41
42
.. code-block:: bash
43
44
- mkdir -p /srv/qgis/plugins /srv/qgis/config /srv/data /var/log/qgis /var/lib/py-qgis-server /var/data
+ mkdir -p /srv/qgis/plugins /srv/qgis/config /srv/data /var/log/qgis /var/lib/py-qgis-server
45
46
The file to watch for restarting workers
47
----------------------------------------
@@ -214,6 +214,6 @@ Either by editing manually the file :file:`lizmap/var/config/lizmapConfig.ini.ph
214
lizmapPluginAPIURL="http://127.0.0.1:7200/lizmap/"
215
216
; path to find repositories
217
- rootRepositories="/var/data"
+ rootRepositories="/srv/data"
218
219
Your :guilabel:`Server information` panel must show you the QGIS Server version and installed plugins.
0 commit comments