From 2996df8bf7560715081f29cf44f8262df2da05b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A5=BA=E5=AD=90w=20=28Yumechi=29?= <35571479+eternal-flame-AD@users.noreply.github.com> Date: Tue, 2 Sep 2025 08:26:26 -0500 Subject: [PATCH] Fix confusing wording on Nginx reverse proxy --- docs/nginx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nginx.md b/docs/nginx.md index 69649bd..b0b9796 100644 --- a/docs/nginx.md +++ b/docs/nginx.md @@ -46,7 +46,7 @@ server { } ``` -If you want to use https, keep it to false in gotify and rely on nginx to set it up like you would with any other website. +If you want to use HTTPS through Nginx, keep the gotify setting GOTIFY_SERVER_SSL_ENABLED=false and rely on nginx to encrypt your traffic like you would with any other website. # At a subpath