Fix a problem with the PHP PPA.
This commit is contained in:
parent
0c68256aaf
commit
a9547fde02
|
|
@ -21,6 +21,13 @@ letsencrypt_acme_sh_use_ecc: False
|
|||
http_port: 80
|
||||
https_port: 443
|
||||
|
||||
# Bug with the PHP repository. The php8.3-cli package is always installed and breaks the mysql setup
|
||||
additional_packages:
|
||||
- php8.3-mysql
|
||||
|
||||
# Some name aliases are too long for the default
|
||||
nginx_server_names_hash_bucket_size: 128
|
||||
|
||||
resolv_conf_ip:
|
||||
- '146.48.80.4'
|
||||
- '146.48.80.3'
|
||||
|
|
|
|||
Loading…
Reference in New Issue