We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af50722 commit feece1aCopy full SHA for feece1a
wordpress_install.sh
@@ -246,7 +246,7 @@ run_script STATIC new_etc_mycnf
246
install_if_not open-vm-tools
247
248
# Install Nginx
249
-check_command yes | add-apt-repository ppa:nginx/stable
+check_command yes | add-apt-repository ppa:ondrej/nginx
250
apt update -q4 && spinner_loading
251
install_if_not nginx
252
sudo systemctl stop nginx.service
@@ -542,8 +542,9 @@ then
542
touch "$SITES_AVAILABLE/$TLS_CONF"
543
cat << TLS_CREATE > "$SITES_AVAILABLE/$TLS_CONF"
544
server {
545
- listen 443 ssl http2;
546
- listen [::]:443 ssl http2;
+ listen 443 ssl;
+ listen [::]:443 ssl;
547
+ http2 on;
548
549
## Your website name goes here.
550
# server_name example.com;
0 commit comments