oslc-op / website

Hugo sources for the OSLC website
https://open-services.net
6 stars 9 forks source link

EMS vocab not accessible #288

Closed berezovskyi closed 3 years ago

berezovskyi commented 3 years ago

Both requests fail with 403 Forbidden:

curl -s --fail-with-body -H 'Accept: text/turtle' -L http://open-services.net/ns/ems
curl -s --fail-with-body --compressed \ 
    -H 'Accept: text/turtle;q=1.0,application/rdf+xml;q=0.8,application/n-triples;q=0.2,application/ld+json;q=0.1' \ 
    -L http://open-services.net/ns/ems
berezovskyi commented 3 years ago

Resolved by updating nginx config