Skip to content

Commit

Permalink
host
Browse files Browse the repository at this point in the history
http3 issue fixed
  • Loading branch information
QROkes committed Jun 13, 2024
1 parent 5cd4324 commit 7eef916
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/general
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Prevent 'tput' errors when running from Cron
[[ -z $TERM || $TERM == "unknown" || $TERM == "dumb" ]] && export TERM=dumb

readonly app_version="1.18.0"
readonly app_version="1.18.1"
readonly svr_version="1.9"
readonly os_ubuntu_supported=(focal jammy noble) # https://ubuntu.com/about/release-cycle
readonly php_supported=(7.4 8.0 8.1 8.2 8.3) # https://www.php.net/supported-versions.php
Expand Down
2 changes: 1 addition & 1 deletion lib/install
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ nginx_optim() {
echo '# WebinolyCustom
fastcgi_param SCRIPT_FILENAME $request_filename;
fastcgi_param SERVER_NAME $host;
fastcgi_param HTTP_HOST $http_host;
fastcgi_param HTTP_HOST $host;
fastcgi_param HTTP_PROXY "";
fastcgi_param HTTP_ACCEPT_ENCODING "";
# WebinolyCustomEnd' >> /etc/nginx/fastcgi_params
Expand Down

0 comments on commit 7eef916

Please sign in to comment.