radames commited on
Commit
7691844
1 Parent(s): fc7d6ca

monailabelserver

Browse files
Files changed (1) hide show
  1. 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 /monailabel {
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;