Domain switchover; accidental apps.json update
This commit is contained in:
10
deploy/apps.coopcloud.tech/nginx.conf
Normal file
10
deploy/apps.coopcloud.tech/nginx.conf
Normal 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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user