feat: wekan on apoc

This commit is contained in:
Strix 2023-10-20 17:54:32 +02:00
parent 996f4b5a5d
commit 40037ba5e9
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
4 changed files with 60 additions and 3 deletions

View file

@ -0,0 +1,8 @@
server {
listen 80;
server_name boards.ixvd.net;
location / {
proxy_pass http://wekan:8080$request_uri;
}
}