b9b3f2d1a6
* Bump golang version. * Set listen-http in server.yml instead of in the rc(8) script. ChangeLog: https://github.com/binwiederhier/ntfy/releases/tag/v2.18.0 PR: 293557
12 lines
334 B
YAML
12 lines
334 B
YAML
--- server/server.yml.orig 2026-03-10 04:55:20 UTC
|
|
+++ server/server.yml
|
|
@@ -19,7 +19,7 @@
|
|
# To listen on all interfaces, you may omit the IP address, e.g. ":443".
|
|
# To disable HTTP, set "listen-http" to "-".
|
|
#
|
|
-# listen-http: ":80"
|
|
+listen-http: ":8080"
|
|
# listen-https:
|
|
|
|
# Listen on a Unix socket, e.g. /var/lib/ntfy/ntfy.sock
|