mirror of
https://github.com/pinry/pinry.git
synced 2025-11-14 00:55:43 +01:00
Fix: Should use /media as alias of abs path /data/static in docker
This commit is contained in:
@@ -12,6 +12,11 @@ server {
|
||||
expires max;
|
||||
access_log off;
|
||||
}
|
||||
location /media {
|
||||
alias /data/static/media;
|
||||
expires max;
|
||||
access_log off;
|
||||
}
|
||||
|
||||
location /api {
|
||||
proxy_set_header Host $host;
|
||||
|
||||
Reference in New Issue
Block a user