add /backup route

master
BuckarooBanzay 2021-05-10 19:54:30 +02:00
parent 40f3ced884
commit cdfb109cdc
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,4 @@
location /backup/ {
root /backup/;
autoindex on;
}

View File

@ -121,6 +121,7 @@ services:
- "./data/nginx/htpasswd:/etc/nginx/htpasswd:ro"
- "./data/nginx/routes:/routes"
- "./data/nginx/html:/html"
- "./data/backup:/backup"
- "./data/crashlogs:/crashlogs"
logging:
options: