Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading