add 2024 users directory

bookstack
cel 1 year ago committed by micro
parent e9f2f9f42d
commit 910db71ae3

@ -13,6 +13,7 @@ services:
- ../html:/var/www/html:ro
- /var/www/2022:/var/www/2022:ro
- /var/www/2023:/var/www/2023:ro
- /var/www/2024:/var/www/2024:ro
- ../data/certbot/www:/var/www/certbot:ro
- ../data/certbot/conf:/etc/letsencrypt:ro
- ../data/nginx/cache:/data/nginx/cache:rw

@ -56,6 +56,7 @@ server {
# /YEAR static files
location /2022 { root /var/www; autoindex off; }
location /2023 { root /var/www; autoindex off; }
location /2024 { root /var/www; autoindex off; }
# default home page goes to hedgedoc document "Main_Page"; please add your own content!
location = / {

Loading…
Cancel
Save