Domain switchover; accidental apps.json update

This commit is contained in:
3wc
2021-04-18 03:38:11 +02:00
parent 41573c3260
commit f0c80ee5b8
4 changed files with 208 additions and 91 deletions

View File

@ -0,0 +1,10 @@
server {
listen 80 default_server;
server_name apps.coopcloud.tech;
location / {
root /var/www/abra-apps;
add_header Content-Type application/json;
index abra-apps.json;
}
}