mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Default vhost templates configured for HTTP/3/QUIC on unsupported nginx version #43
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @charlieroot on 9/25/2025
CloudPanel version(s) affected
2.5.2
Description
The default virtual host (vhost) templates in CloudPanel 2.5.2 are configured to enable HTTP/3 and QUIC by default. However, the bundled nginx version (nginx version: nginx/1.21.4) on Ubuntu 22.04 LTS does not support QUIC/HTTP3, which can cause configuration errors or prevent Nginx from starting correctly after provisioning a site.
How to reproduce
Vhost is not valid, error message: nginx: [emerg] invalid parameter "quic" in /etc/nginx/sites-enabled/asd.com.conf:4 nginx: configuration file /etc/nginx/nginx.conf test failed
Possible Solution
No response
Additional Context
No response