mirror of
https://github.com/dani-garcia/vaultwarden.wiki.git
synced 2026-08-03 16:23:43 +03:00
443 is the default for HTTPS
+2
-2
@@ -40,7 +40,7 @@ services:
|
|||||||
|
|
||||||
In the same directory, create the `Caddyfile` below. (This file does not need to be modified.)
|
In the same directory, create the `Caddyfile` below. (This file does not need to be modified.)
|
||||||
```
|
```
|
||||||
{$DOMAIN}:443 {
|
{$DOMAIN} {
|
||||||
log {
|
log {
|
||||||
level INFO
|
level INFO
|
||||||
output file {$LOG_FILE} {
|
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.)
|
In the same directory, create the `Caddyfile` below. (This file does not need to be modified.)
|
||||||
```
|
```
|
||||||
{$DOMAIN}:443 {
|
{$DOMAIN} {
|
||||||
log {
|
log {
|
||||||
level INFO
|
level INFO
|
||||||
output file {$LOG_FILE} {
|
output file {$LOG_FILE} {
|
||||||
|
|||||||
Reference in New Issue
Block a user