mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-22 06:13:49 -07:00
Added Komga Subfolder conf
Added Komga Subfolder config and resolved comment from @Roxedus as of Pull #330
This commit is contained in:
parent
7a68f1acf7
commit
12c66e6487
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ location ^~ /komga/ {
|
||||||
#include /config/nginx/authelia-location.conf;
|
#include /config/nginx/authelia-location.conf;
|
||||||
|
|
||||||
include /config/nginx/proxy.conf;
|
include /config/nginx/proxy.conf;
|
||||||
resolver 127.0.0.11 valid=30s;
|
include /config/nginx/resolver.conf;
|
||||||
set $upstream_app komga;
|
set $upstream_app komga;
|
||||||
set $upstream_port 8080 ;
|
set $upstream_port 8080 ;
|
||||||
set $upstream_proto http;
|
set $upstream_proto http;
|
||||||
|
@ -28,7 +28,7 @@ location ^~ /komga/ {
|
||||||
|
|
||||||
location ^~ /komga/api {
|
location ^~ /komga/api {
|
||||||
include /config/nginx/proxy.conf;
|
include /config/nginx/proxy.conf;
|
||||||
resolver 127.0.0.11 valid=30s;
|
include /config/nginx/resolver.conf;
|
||||||
set $upstream_app komga;
|
set $upstream_app komga;
|
||||||
set $upstream_port 8080;
|
set $upstream_port 8080;
|
||||||
set $upstream_proto http;
|
set $upstream_proto http;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue