We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b70c4a commit e6eebb3Copy full SHA for e6eebb3
recipes.subdomain.conf.sample
@@ -1,7 +1,6 @@
1
## Version 2025/10/12
2
# make sure that your recipes container is named recipes
3
# 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
5
6
server {
7
listen 443 ssl;
@@ -27,11 +26,6 @@ server {
27
26
# enable for Tinyauth (requires tinyauth-location.conf in the location block)
28
#include /config/nginx/tinyauth-server.conf;
29
30
- # serve media files
31
- location /media/ {
32
- alias /media/;
33
- }
34
-
35
location / {
36
# enable the next two lines for http auth
37
#auth_basic "Restricted";
0 commit comments