migrate: libretranslate, shlink

This commit is contained in:
Strix 2023-10-22 16:57:54 +02:00
parent 48c6a57623
commit 047f1745f0
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
5 changed files with 63 additions and 0 deletions

View file

@ -0,0 +1,10 @@
server {
listen 80;
server_name via.ixvd.net;
location / {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_pass http://shlink:8080;
}
}