Skip to content

Commit

Permalink
fix: Fix root location for media files
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 15, 2024
1 parent 949a930 commit 5558403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ server {
#access_log /var/log/nginx/host.access.log main;

location /media/ {
root /data;
root /data/media;
}

location / {
Expand Down

0 comments on commit 5558403

Please sign in to comment.