fix: remove old cfg from keymaker

This commit is contained in:
Strix 2023-10-20 15:50:56 +02:00
parent 2de847f6f9
commit 4af039070f
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
4 changed files with 4 additions and 61 deletions

View file

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