Skip to content

Commit

Permalink
feat: enable web server
Browse files Browse the repository at this point in the history
  • Loading branch information
proffapt committed Jun 13, 2024
1 parent ffb1f01 commit bc1945b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ keepalive-interval: "45s"
# the values "app" (maps to "/"), "home" (maps to "/app"), or "disable" (maps to "") to disable
# the web app entirely.
#
web-root: "disable"
web-root: "/"

# Various feature flags used to control the web app, and API access, mainly around user and
# account management.
Expand Down Expand Up @@ -369,4 +369,4 @@ log-file: /var/log/ntfy.log
# log-level: info
# log-level-overrides:
# log-format: text
# log-file:
# log-file:

0 comments on commit bc1945b

Please sign in to comment.