Skip to content

Commit

Permalink
Fix Nginx sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
nisenbeck committed Nov 12, 2023
1 parent 27632d6 commit 78d962b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions webserver/Nginx-VirtualHost.example.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
map $http_upgrade $connection_upgrade {
default upgrade;
'' "";
}

server {
listen 80;
server_name vaultwarden.example.com;
Expand Down

0 comments on commit 78d962b

Please sign in to comment.