Compare commits

..

No commits in common. "09d5c4ebcafe49acb9444a51338d0afdbbd96cf2" and "395ea895b82f25add5131ef4129da095c4601e11" have entirely different histories.

2 changed files with 1 additions and 6 deletions

View file

@ -22,11 +22,6 @@ 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;
}

View file

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