✨: export garage’s admin API
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
---
|
||||
web_hostname:
|
||||
- host: garage.mateu.be
|
||||
- host: admin.garage.mateu.be
|
||||
- host: mastodon-ndfr.garage.mateu.be
|
||||
- host: medias.m.nintendojo.fr
|
||||
- host: nextcloud-libertus.garage.mateu.be
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
server {
|
||||
{% include './templates/header.conf.j2' %}
|
||||
|
||||
location / {
|
||||
proxy_pass http://[::1]:3903;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header Host $host;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user