mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Deprecated lines on nginx #144
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 @ivancarlosti on 1/2/2025
CloudPanel version(s) affected
2.5.0
Description
If you run
sudo nginx -tto validate configuration, nginx returns:It do not impact for now but can impact future versions, need to be fixed.
How to reproduce
Install CloudPanel 2.5.0
Run
sudo nginx -tPossible Solution
Change lines of file
/etc/nginx/sites-enabled/custom-domain.conf:to:
Additional Context
Also recommended to enable http3 by default