Skip to content

Commit a6959b9

Browse files
committed
Fix Caddyfile format
1 parent c8768d6 commit a6959b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-files/opt/webroot/config/Caddyfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
root .
77

88
file_server browse
9-
templates
9+
templates
1010

11-
@mypost method POST
11+
@mypost method POST
1212
upload @mypost {
1313
dest_dir tmp-upl
1414
max_filesize 4MB
15-
response_template templates/upload-resp-template.txt
15+
response_template templates/upload-resp-template.txt
1616
}
1717

1818
log {

0 commit comments

Comments
 (0)