Skip to content

Commit f1d1b33

Browse files
authored
Update port in maintainerr.subdomain.conf.sample
default port changed in v2.0.0 https://github.com/jorenn92/Maintainerr/releases/tag/v2.0.0
1 parent abdd349 commit f1d1b33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

maintainerr.subdomain.conf.sample

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 2024/07/16
1+
## Version 2024/10/27
22
# make sure that your maintainerr container is named maintainerr
33
# make sure that your dns has a cname set for maintainerr
44

@@ -38,7 +38,7 @@ server {
3838
include /config/nginx/proxy.conf;
3939
include /config/nginx/resolver.conf;
4040
set $upstream_app maintainerr;
41-
set $upstream_port 80;
41+
set $upstream_port 6246;
4242
set $upstream_proto http;
4343
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
4444

0 commit comments

Comments
 (0)