Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web server should be migrated to NGINX #7

Open
loyeyoung opened this issue Jan 25, 2024 · 0 comments
Open

Web server should be migrated to NGINX #7

loyeyoung opened this issue Jan 25, 2024 · 0 comments

Comments

@loyeyoung
Copy link

Issue: The web server for the qwc-qgis-server should be migrated to NGINX.

Rationale:
qwc-qgis-server is the only container in the qwc-docker project that runs Apache rather than NGINX, per manisandro's comment here. Standardizing on one web server for the qwc-docker is the Right Thing for the reasons stated in this issue.

Implementation:

  • Configuration instructions for NGINX are here.
  • manisandro states that FastCGI is needed for the qgis-server. The QGIS Server Guide/Manual provides instructions for FastCGI implementation on NGINX.
  • The QGIS Server Guide/Manual recommends the spawn-fcgi implementation for a production environment, for its efficiency and speed.
  • Configuration instructions for spawn-fcgi are here.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant