mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-17 17:32:27 -05:00
[PR #233] [MERGED] Update PROXY.md #11547
Reference in New Issue
Block a user
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/dani-garcia/vaultwarden/pull/233
Author: @Toucan-Sam
Created: 10/25/2018
Status: ✅ Merged
Merged: 10/25/2018
Merged by: @dani-garcia
Base:
master← Head:patch-2📝 Commits (1)
77d9641Update PROXY.md📊 Changes
1 file changed (+9 additions, -10 deletions)
View changed files
📝
PROXY.md(+9 -10)📄 Description
Removed:
include conf.d/proxy-confs/proxy.conf;lines because they're specific to user (shauder) and will break nginx if copy-pasted/don't exist.Changed: Moved listen value and server_name to top as is standard for nginx configs
Changed: Commented out SSL config as it's specific to user (shauder) and will break if copy-pasted/don't exist. But is still useful and a good idea for simplifying nginx config.
Changed: Rearranged location blocks because OCD. First /, then /notifications/hub, then /notifications/hub/negotiate because it looks nicer in a tree where each location grows.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.