Spaces:
Paused
Paused
monailabelserver
Browse files- nginx.conf +1 -1
nginx.conf
CHANGED
|
@@ -31,7 +31,7 @@ server {
|
|
| 31 |
# # Handling URI
|
| 32 |
# proxy_set_header X-Forwarded-Prefix "/";
|
| 33 |
# }
|
| 34 |
-
location /
|
| 35 |
# Proxy pass to the app at /ohif
|
| 36 |
proxy_pass http://0.0.0.0:8000;
|
| 37 |
proxy_http_version 1.1;
|
|
|
|
| 31 |
# # Handling URI
|
| 32 |
# proxy_set_header X-Forwarded-Prefix "/";
|
| 33 |
# }
|
| 34 |
+
location /monailabelserver {
|
| 35 |
# Proxy pass to the app at /ohif
|
| 36 |
proxy_pass http://0.0.0.0:8000;
|
| 37 |
proxy_http_version 1.1;
|