Skip to content

Commit

Permalink
installer mods
Browse files Browse the repository at this point in the history
  • Loading branch information
enoch85 authored Oct 3, 2024
1 parent 205fc16 commit 2cbc3bc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions wordpress_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -255,16 +255,17 @@ install_if_not open-vm-tools
check_command yes | add-apt-repository ppa:ondrej/nginx
apt update -q4 && spinner_loading
install_if_not nginx
sudo systemctl stop nginx.service
sudo systemctl start nginx.service
sudo systemctl enable nginx.service
systemctl stop nginx.service
systemctl start nginx.service
systemctl enable nginx.service

# Enable Brotli
install_if_not libnginx-mod-brotli

# Download TLSv 1.3 modified nginx.conf
# Download TLSv 1.3 and Brotli modified nginx.conf
rm -f /etc/nginx/nginx.conf
curl_to_dir "$STATIC" nginx.conf /etc/nginx/
systemctl restart nginx.service

# Install PHP 8.1
apt install -y \
Expand Down

0 comments on commit 2cbc3bc

Please sign in to comment.