Skip to content

Commit 26a19ce

Browse files
authored
Merge pull request #783 from niklas2810/patch-1
fix: Update recipes default port from 8080 to 80
2 parents 8a51855 + e6eebb3 commit 26a19ce

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

recipes.subdomain.conf.sample

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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

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";
@@ -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

0 commit comments

Comments
 (0)