mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 13:01:35 -07:00
Merge pull request #607 from realbuz/patch-1
Update komga.subdomain.conf.sample - updated the port to 25600 from 8080
This commit is contained in:
commit
4a16b16315
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
## Version 2023/05/31
|
## Version 2023/09/05
|
||||||
# make sure that your komga container is named komga
|
# make sure that your komga container is named komga
|
||||||
# make sure that your dns has a cname set for komga
|
# make sure that your dns has a cname set for komga
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ server {
|
||||||
include /config/nginx/proxy.conf;
|
include /config/nginx/proxy.conf;
|
||||||
include /config/nginx/resolver.conf;
|
include /config/nginx/resolver.conf;
|
||||||
set $upstream_app komga;
|
set $upstream_app komga;
|
||||||
set $upstream_port 8080;
|
set $upstream_port 25600;
|
||||||
set $upstream_proto http;
|
set $upstream_proto http;
|
||||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ server {
|
||||||
include /config/nginx/proxy.conf;
|
include /config/nginx/proxy.conf;
|
||||||
include /config/nginx/resolver.conf;
|
include /config/nginx/resolver.conf;
|
||||||
set $upstream_app komga;
|
set $upstream_app komga;
|
||||||
set $upstream_port 8080;
|
set $upstream_port 25600;
|
||||||
set $upstream_proto http;
|
set $upstream_proto http;
|
||||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue