fix: remove wekan, unused

This commit is contained in:
Strix 2023-12-04 10:33:00 +01:00
parent a7adec6e94
commit 4162fd2e5e
No known key found for this signature in database
GPG key ID: 5F35B3B8537287A7
3 changed files with 1 additions and 58 deletions

View file

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