We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a71eec commit b205715Copy full SHA for b205715
1 file changed
komga.subfolder.conf.sample
@@ -24,7 +24,7 @@ location ^~ /komga/ {
24
include /config/nginx/proxy.conf;
25
include /config/nginx/resolver.conf;
26
set $upstream_app komga;
27
- set $upstream_port 8080 ;
+ set $upstream_port 25600 ;
28
set $upstream_proto http;
29
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
30
@@ -34,7 +34,7 @@ location ^~ /komga/api {
34
35
36
37
- set $upstream_port 8080;
+ set $upstream_port 25600;
38
39
40
}
0 commit comments