feat: wekan on apoc
This commit is contained in:
parent
996f4b5a5d
commit
40037ba5e9
4 changed files with 60 additions and 3 deletions
|
@ -0,0 +1,8 @@
|
|||
server {
|
||||
listen 80;
|
||||
server_name boards.ixvd.net;
|
||||
|
||||
location / {
|
||||
proxy_pass http://wekan:8080$request_uri;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue