Skip to content

Commit

Permalink
disable http/2 to improve librespeed
Browse files Browse the repository at this point in the history
  • Loading branch information
joshschmelzle committed Jan 30, 2024
1 parent 7e0db61 commit 05fe3f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
wlanpi-webui (1.1.6-36) UNRELEASED; urgency=medium
wlanpi-webui (1.1.7) stable; urgency=high

* Disable http2 to improve reverse proxy performance for librespeed

-- Josh Schmelzle <josh@joshschmelzle.com> Tue, 30 Jan 2024 11:08:19 -0400

wlanpi-webui (1.1.6-36) stable; urgency=medium

* Swap dropdowns for dropbars
* Add htmx 1.9.6 for AJAX
Expand Down
2 changes: 1 addition & 1 deletion install/etc/nginx/wlanpi_webui.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ upstream webui {
}

server {
listen 443 ssl http2;
listen 443 ssl;
server_name localhost;
ssl_certificate /etc/nginx/ssl/self-signed-wlanpi.cert;
ssl_certificate_key /etc/nginx/ssl/self-signed-wlanpi.key;
Expand Down

0 comments on commit 05fe3f7

Please sign in to comment.