mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[PR #819] [MERGED] Tweak httpd config to use less resources #1436
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#1436
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/binwiederhier/ntfy/pull/819
Author: @nisbet-hubbard
Created: 7/12/2023
Status: ✅ Merged
Merged: 8/17/2023
Merged by: @binwiederhier
Base:
main← Head:patch-1📝 Commits (4)
76667ffUse mod_proxy_http for websocket upgradee52132cUse mod_alias for redirectiona534cc9Add server.yml ex. when using proxy4e9eeb1Add missing note on log file permissions📊 Changes
2 files changed (+22 additions, -23 deletions)
View changed files
📝
docs/config.md(+18 -23)📝
server/server.yml(+4 -0)📄 Description
Many thanks for writing this great piece of software and making it open-source! Being able to self-host
ntfyreally goes a long way towards removing one of the weak links in the Matrix ecosystem, which is the reliance on a central push server that can easily get blocked in certain parts of the world.Just a couple of tweaks mostly to the
httpdconfigurations to substitute the deprecatedmod_proxy_wstunnel, and use more efficient alternatives tomod_rewritemainly for the benefit of constrained environments.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.