Skip to content

Commit 566c345

Browse files
Merge pull request #26 from uspgamedev/bookstack
Add reverse proxy for bookstack wiki
2 parents 73e088b + d6e5c08 commit 566c345

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)