Skip to content

Commit

Permalink
Revert "fix: Fix root location for media files"
Browse files Browse the repository at this point in the history
This reverts commit 5558403.
  • Loading branch information
jpmckinney committed Oct 15, 2024
1 parent 5558403 commit 5289b99
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/media;
root /data;
}

location / {
Expand Down

0 comments on commit 5289b99

Please sign in to comment.