mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
[RPM] Do not make qgis-server depend on httpd [RPM] Add an Nginx configuration example [RPM] Update server readme and replace wms with a better ogc [RPM] More fixes for Epoch directive [RPM] F27 reached EoL, replace it with F29 [RPM] Add support for netcdf and replace ogc with ows as server endpoint [RPM] Add sample systemd service file
15 lines
375 B
SYSTEMD
15 lines
375 B
SYSTEMD
# Adapted from http://www.itopen.it/bulk/qgis3-server/#/step-26
|
|
# Path: /etc/systemd/system/qgis-server-fcgi.socket
|
|
# systemctl enable qgis-server-fcgi.socket && systemctl start qgis-server-fcgi.socket
|
|
|
|
[Unit]
|
|
Description = QGIS Server FastCGI Socket
|
|
PartOf = qgis-server-fcgi.service
|
|
|
|
[Socket]
|
|
ListenStream = 127.0.0.1:9993
|
|
Accept = yes
|
|
|
|
[Install]
|
|
WantedBy = sockets.target
|