mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-07-08 17:42:32 +02:00
fix: Update recipes default port from 8080 to 80
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
## Version 2025/07/18
|
||||
## 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
|
||||
@@ -52,7 +52,7 @@ server {
|
||||
include /config/nginx/proxy.conf;
|
||||
include /config/nginx/resolver.conf;
|
||||
set $upstream_app recipes;
|
||||
set $upstream_port 8080;
|
||||
set $upstream_port 80;
|
||||
set $upstream_proto http;
|
||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user