Skip to content

Commit 102cc0d

Browse files
authored
Merge pull request #133 from MetaCell/feature/ILEX-95-2
fixing reverse proxy for dev deployment
2 parents 2daae29 + 5c83586 commit 102cc0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nginx/default.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ server {
130130
add_header Access-Control-Allow-Credentials true always;
131131
}
132132

133-
location ~ ^/[^/]+/[^/]+/ontologies$ {
133+
location ~ ^/[^/]+/ontologies$ {
134134
proxy_pass https://uri.olympiangods.org;
135135
proxy_set_header Host uri.olympiangods.org;
136136
proxy_set_header X-Real-IP $remote_addr;
@@ -143,7 +143,7 @@ server {
143143
add_header Access-Control-Allow-Credentials true always;
144144
}
145145

146-
location ~ ^/[^/]+/[^/]+/curies$ {
146+
location ~ ^/[^/]+/curies$ {
147147
proxy_pass https://uri.olympiangods.org;
148148
proxy_set_header Host uri.olympiangods.org;
149149
proxy_set_header X-Real-IP $remote_addr;

0 commit comments

Comments
 (0)