Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3752662
D3459.id8954.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D3459.id8954.diff
View Options
diff --git a/roles/webserver-alkane/nginx/files/vhosts/nasqueron.org/www.conf b/roles/webserver-alkane/nginx/files/vhosts/nasqueron.org/www.conf
--- a/roles/webserver-alkane/nginx/files/vhosts/nasqueron.org/www.conf
+++ b/roles/webserver-alkane/nginx/files/vhosts/nasqueron.org/www.conf
@@ -44,4 +44,9 @@
include includes/cors-open;
default_type application/xrd+xml;
}
+
+ location = /.well-known/host-meta.json {
+ include includes/cors-open;
+ default_type application/json;
+ }
}
diff --git a/roles/webserver-alkane/nginx/files/vhosts/nasqueron.org/www51.conf b/roles/webserver-alkane/nginx/files/vhosts/nasqueron.org/www51.conf
--- a/roles/webserver-alkane/nginx/files/vhosts/nasqueron.org/www51.conf
+++ b/roles/webserver-alkane/nginx/files/vhosts/nasqueron.org/www51.conf
@@ -38,5 +38,10 @@
default_type application/xrd+xml;
}
+ location = /.well-known/host-meta.json {
+ include includes/cors-open;
+ default_type application/json;
+ }
+
# We intentionally skip /sites.json, as we want to use directly in JS code api.n.o/sites.json
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 18, 20:34 (19 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2251148
Default Alt Text
D3459.id8954.diff (1 KB)
Attached To
Mode
D3459: Set nginx headers for /.well-known/host-meta.json
Attached
Detach File
Event Timeline
Log In to Comment