KSP-SpaceDock / SpaceDock

Current Codebase (Python /Flask)
https://spacedock.info
Other
72 stars 33 forks source link

Attempt at HTTP/2 support in config files #460

Closed unquietwiki closed 1 year ago

unquietwiki commented 1 year ago

I was able to update the Nginx configuration. However, the Apache configuration needs way more effort than the example file permits, so I just told users to refer to the correct documentation link. In either case, having HTTP/2 on (while using HTTPS certs), will undoubtedly help site performance.

Regarding server_name for the original website, the server_name should reflect what's currently being presented on the cert data from https://www.ssllabs.com/ssltest/analyze.html?d=spacedock.info

unquietwiki commented 1 year ago

Closing PR: adds little value to current situation; only benefits non-prod use.