From 58fab2f43a292a7e1e8c97951f830a35af3ed545 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 15 Sep 2023 09:57:34 -0500 Subject: [PATCH] nginx: /images --> /media --- installation/dokku/media.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/dokku/media.conf b/installation/dokku/media.conf index c6888b8..231900e 100644 --- a/installation/dokku/media.conf +++ b/installation/dokku/media.conf @@ -1,5 +1,5 @@ # Serve media files through Nginx on the host machine. -location /images/ { +location /media/ { alias /var/lib/dokku/data/storage/pennstreaty/media/; }