Skip to content

Commit

Permalink
Update host-your-own-password-manager-with-vaultwarden-and-nginx.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gsvd committed Jan 30, 2025
1 parent a5aca8d commit 6ea04de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Add this configuration in your `/etc/nginx/sites-available` directory then enabl
```
sudo nano /etc/nginx/sites-available/example.com
sudo ln -s /etc/nginx/sites-available/example.com /etc/nginx/sites-enabled
sudo systemctl restart nginx
sudo systemctl reload nginx
```

From here you can try to access to `http://example.com/` — it should work.
Expand Down

0 comments on commit 6ea04de

Please sign in to comment.