1
0
mirror of https://github.com/tommytran732/Pterodactyl-Script synced 2024-09-07 18:23:30 -04:00

Make sure NGINX comes from mainline repo

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-04-16 02:46:08 -04:00 committed by GitHub
parent ca282f64c4
commit c574c31662
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -179,6 +179,7 @@ enabled=0
gpgkey=https://nginx.org/keys/nginx_signing.key
module_hotfixes=true
EOF
dnf config-manager --disable nginx-stable
dnf config-manager --enable nginx-mainline
dnf install -y nginx
systemctl enable --now nginx