File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 1- ## Version 2025/07/18
1+ ## 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
65server {
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";
@@ -52,7 +46,7 @@ server {
5246 include /config/nginx/proxy.conf;
5347 include /config/nginx/resolver.conf;
5448 set $upstream_app recipes;
55- set $upstream_port 8080 ;
49+ set $upstream_port 80 ;
5650 set $upstream_proto http;
5751 proxy_pass $upstream_proto://$upstream_app:$upstream_port;
5852
You can’t perform that action at this time.
0 commit comments