blackhole

FIX - nginx warn protocol options redefined for...
This commit is contained in:
Cristhian Martínez Ochoa 2023-05-21 11:20:37 -07:00
parent 7e4e0c0443
commit 8cf1b6e716
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
# Prevent 'tput' errors when running from Cron
[[ -z $TERM || $TERM == "unknown" || $TERM == "dumb" ]] && export TERM=dumb
readonly app_version="1.17.2"
readonly app_version="1.17.3"
readonly svr_version="1.8"
readonly os_ubuntu_supported=(bionic focal jammy) # https://ubuntu.com/about/release-cycle
readonly php_supported=(7.4 8.0 8.1 8.2) # https://www.php.net/supported-versions.php

View File

@ -1,7 +1,7 @@
# WebinolyStartBlackhole
server {
listen 443 ssl default_server;
listen [::]:443 ssl default_server;
listen 443 ssl http2 default_server;
listen [::]:443 ssl http2 default_server;
ssl_certificate /etc/ssl/certs/webinoly-blackhole.crt.pem;
ssl_certificate_key /etc/ssl/private/webinoly-blackhole.key.pem;