mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 04:51:33 -07:00
Update port in maintainerr.subdomain.conf.sample
default port changed in v2.0.0 https://github.com/jorenn92/Maintainerr/releases/tag/v2.0.0
This commit is contained in:
parent
abdd34961d
commit
f1d1b33c18
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
## Version 2024/07/16
|
||||
## Version 2024/10/27
|
||||
# make sure that your maintainerr container is named maintainerr
|
||||
# make sure that your dns has a cname set for maintainerr
|
||||
|
||||
|
@ -38,7 +38,7 @@ server {
|
|||
include /config/nginx/proxy.conf;
|
||||
include /config/nginx/resolver.conf;
|
||||
set $upstream_app maintainerr;
|
||||
set $upstream_port 80;
|
||||
set $upstream_port 6246;
|
||||
set $upstream_proto http;
|
||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue