We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2daae29 + 5c83586 commit 102cc0dCopy full SHA for 102cc0d
nginx/default.conf
@@ -130,7 +130,7 @@ server {
130
add_header Access-Control-Allow-Credentials true always;
131
}
132
133
- location ~ ^/[^/]+/[^/]+/ontologies$ {
+ location ~ ^/[^/]+/ontologies$ {
134
proxy_pass https://uri.olympiangods.org;
135
proxy_set_header Host uri.olympiangods.org;
136
proxy_set_header X-Real-IP $remote_addr;
@@ -143,7 +143,7 @@ server {
143
144
145
146
- location ~ ^/[^/]+/[^/]+/curies$ {
+ location ~ ^/[^/]+/curies$ {
147
148
149
0 commit comments