Skip to content

Commit

Permalink
fix type for REVERSE_PROXY_SSL_SNI_NAME setting and fix nginx depende…
Browse files Browse the repository at this point in the history
…ncy condition for fedora package
  • Loading branch information
fl0ppy-d1sk committed Sep 17, 2024
1 parent 530ee80 commit b454f2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- [UI] Fix setup wizard bug related to certificate
- [UI] Fix bug when adding more than 3 reverse proxies URLs
- [UI] Fix wrong type for REVERSE_PROXY_SSL_SNI_NAME setting
- [BUGFIX] Add HTTP3 specific modsec rule in web UI to avoid false positives
- [BUGFIX] Fix missing scheduler logs in Linux integration
- [BUGFIX] Add missing REPORT HTTP method to ALLOWED_METHODS setting
Expand Down
2 changes: 1 addition & 1 deletion src/common/core/reverseproxy/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"id": "reverse-proxy-ssl-sni-name",
"label": "SSL SNI name",
"regex": "^.*$",
"type": "check"
"type": "text"
},
"REVERSE_PROXY_HOST": {
"context": "multisite",
Expand Down
2 changes: 1 addition & 1 deletion src/linux/fpm-fedora
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--license agpl3
--version %VERSION%
--architecture %ARCH%
--depends bash --depends python3 --depends 'nginx >= 1:1.26.2' --depends 'nginx < 1:1.27.0' --depends 'nginx-mod-stream >= 1:1.26.2' --depends 'nginx-mod-stream < 1:1.27.0' --depends libcurl-devel --depends libxml2 --depends yajl --depends lmdb-libs --depends geoip-devel --depends gd --depends sudo --depends procps --depends lsof --depends pcre --depends libpq --depends libcap --depends openssl --depends logrotate --depends mysql --depends postgresql --depends sqlite3 --depends unzip
--depends bash --depends python3 --depends 'nginx >= 2:1.26.2' --depends 'nginx < 2:1.27.0' --depends 'nginx-mod-stream >= 2:1.26.2' --depends 'nginx-mod-stream < 2:1.27.0' --depends libcurl-devel --depends libxml2 --depends yajl --depends lmdb-libs --depends geoip-devel --depends gd --depends sudo --depends procps --depends lsof --depends pcre --depends libpq --depends libcap --depends openssl --depends logrotate --depends mysql --depends postgresql --depends sqlite3 --depends unzip
--description "BunkerWeb %VERSION% for Fedora 40"
--url "https://www.bunkerweb.io"
--maintainer "Bunkerity <contact at bunkerity dot com>"
Expand Down

0 comments on commit b454f2c

Please sign in to comment.