Skip to content

Commit e6eebb3

Browse files
authored
fix: Don't serve mediafiles directly anymore
1 parent 4b70c4a commit e6eebb3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

recipes.subdomain.conf.sample

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
## Version 2025/10/12
22
# make sure that your recipes container is named recipes
33
# make sure that your dns has a cname set for recipes
4-
# make sure to mount /media/ in your swag container to point to your Recipes Media directory
54

65
server {
76
listen 443 ssl;
@@ -27,11 +26,6 @@ server {
2726
# enable for Tinyauth (requires tinyauth-location.conf in the location block)
2827
#include /config/nginx/tinyauth-server.conf;
2928

30-
# serve media files
31-
location /media/ {
32-
alias /media/;
33-
}
34-
3529
location / {
3630
# enable the next two lines for http auth
3731
#auth_basic "Restricted";

0 commit comments

Comments
 (0)