feat: add jackett server & conf
This commit is contained in:
8
roles/nginx/templates/vhosts/jackett.mateu.be.conf.j2
Normal file
8
roles/nginx/templates/vhosts/jackett.mateu.be.conf.j2
Normal file
@@ -0,0 +1,8 @@
|
||||
server {
|
||||
{% include './templates/header.conf.j2' %}
|
||||
|
||||
location / {
|
||||
proxy_pass http://localhost:9117;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user