Skip to content

Commit d6e5c08

Browse files
committed
Add reverse proxy for bookstack wiki
1 parent 73e088b commit d6e5c08

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

default.conf

+5
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ server {
3737
include /etc/nginx/shared/proxy.conf;
3838
}
3939

40+
location /wiki2/ {
41+
proxy_pass http://bookstack:8080/;
42+
include /etc/nginx/shared/proxy.conf;
43+
}
44+
4045
location /wiki/ {
4146
proxy_pass http://wiki/wiki/;
4247
include /etc/nginx/shared/proxy.conf;

0 commit comments

Comments
 (0)