Compare commits

...

2 commits

Author SHA1 Message Date
j
09d5c4ebca update django dependency 2025-11-07 11:05:57 +01:00
j
3f34410783 add default acme path 2025-11-07 11:05:47 +01:00
2 changed files with 6 additions and 1 deletions

View file

@ -22,6 +22,11 @@ server {
access_log /var/log/nginx/pandora.access.log; access_log /var/log/nginx/pandora.access.log;
error_log /var/log/nginx/pandora.error.log; error_log /var/log/nginx/pandora.error.log;
location /.well-known/acme-challenge/ {
root /var/www/html/;
autoindex off;
}
location /favicon.ico { location /favicon.ico {
root /srv/pandora/static; root /srv/pandora/static;
} }

View file

@ -1,4 +1,4 @@
Django==4.2.7 Django==4.2.26
chardet chardet
celery==5.3.5 celery==5.3.5
django-celery-results==2.5.1 django-celery-results==2.5.1