From e6eebb3a7b1cb6e403fc8db9aaacd169369b592e Mon Sep 17 00:00:00 2001 From: Niklas Arndt Date: Sun, 12 Oct 2025 18:10:51 +0200 Subject: [PATCH] fix: Don't serve mediafiles directly anymore --- recipes.subdomain.conf.sample | 6 ------ 1 file changed, 6 deletions(-) diff --git a/recipes.subdomain.conf.sample b/recipes.subdomain.conf.sample index 570bc37..0514718 100644 --- a/recipes.subdomain.conf.sample +++ b/recipes.subdomain.conf.sample @@ -1,7 +1,6 @@ ## Version 2025/10/12 # make sure that your recipes container is named recipes # make sure that your dns has a cname set for recipes -# make sure to mount /media/ in your swag container to point to your Recipes Media directory server { listen 443 ssl; @@ -27,11 +26,6 @@ server { # enable for Tinyauth (requires tinyauth-location.conf in the location block) #include /config/nginx/tinyauth-server.conf; - # serve media files - location /media/ { - alias /media/; - } - location / { # enable the next two lines for http auth #auth_basic "Restricted";