This repository has been archived on 2021-07-03. You can view files and clone it, but cannot push or open issues or pull requests.
abra/deploy/abra-apps.cloud.autonomic.zone/nginx.conf
decentral1se 4a3c4ce0c5
Fix path
2021-04-02 16:46:48 +02:00

11 lines
211 B
Nginx Configuration File

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