decentral1se 756dc87a05
Some checks failed
continuous-integration/drone/push Build is failing
Attempt to wire up the deploy
2021-06-05 08:33:52 +02:00

11 lines
201 B
Nginx Configuration File

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