Compare commits
2 commits
395ea895b8
...
09d5c4ebca
| Author | SHA1 | Date | |
|---|---|---|---|
| 09d5c4ebca | |||
| 3f34410783 |
2 changed files with 6 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Django==4.2.7
|
||||
Django==4.2.26
|
||||
chardet
|
||||
celery==5.3.5
|
||||
django-celery-results==2.5.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue