mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-13 13:32:42 +01:00
443 is the default for HTTPS
parent
41a689b62c
commit
b7ccb5529d
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ services:
|
|||
|
||||
In the same directory, create the `Caddyfile` below. (This file does not need to be modified.)
|
||||
```
|
||||
{$DOMAIN}:443 {
|
||||
{$DOMAIN} {
|
||||
log {
|
||||
level INFO
|
||||
output file {$LOG_FILE} {
|
||||
|
@ -120,7 +120,7 @@ The stock Caddy builds (including the one in the Docker image) don't include the
|
|||
|
||||
In the same directory, create the `Caddyfile` below. (This file does not need to be modified.)
|
||||
```
|
||||
{$DOMAIN}:443 {
|
||||
{$DOMAIN} {
|
||||
log {
|
||||
level INFO
|
||||
output file {$LOG_FILE} {
|
||||
|
|
Loading…
Reference in a new issue