diff --git a/etc/nginx/pandora b/etc/nginx/pandora index 1c021368..db3838a3 100644 --- a/etc/nginx/pandora +++ b/etc/nginx/pandora @@ -22,6 +22,11 @@ server { access_log /var/log/nginx/pandora.access.log; error_log /var/log/nginx/pandora.error.log; + location /.well-known/acme-challenge/ { + root /var/www/html/; + autoindex off; + } + location /favicon.ico { root /srv/pandora/static; } diff --git a/requirements.txt b/requirements.txt index 6c7fb4ac..12abf958 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==4.2.7 +Django==4.2.26 chardet celery==5.3.5 django-celery-results==2.5.1