radames commited on
Commit
989a488
1 Parent(s): 9a48c7d

Update nginx.conf

Browse files
Files changed (1) hide show
  1. nginx.conf +0 -16
nginx.conf CHANGED
@@ -2,22 +2,6 @@ server {
2
  listen 4444 default_server;
3
  server_name _;
4
 
5
- # location / {
6
- # # Proxy pass to the app at /ohif
7
- # proxy_pass http://0.0.0.0:8000/ohif/;
8
- # proxy_http_version 1.1;
9
- # proxy_set_header Upgrade $http_upgrade;
10
- # proxy_set_header Connection 'upgrade';
11
- # proxy_set_header Host $host;
12
- # proxy_set_header X-Real-IP $remote_addr;
13
- # proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
14
- # proxy_cache_bypass $http_upgrade;
15
- # proxy_read_timeout 86400;
16
- # proxy_redirect off;
17
-
18
- # # Handling URI
19
- # proxy_set_header X-Forwarded-Prefix "/";
20
- # }
21
  location /ms {
22
  # Proxy pass to the app at /
23
  rewrite ^/ms/(.*)$ /$1 break;
 
2
  listen 4444 default_server;
3
  server_name _;
4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  location /ms {
6
  # Proxy pass to the app at /
7
  rewrite ^/ms/(.*)$ /$1 break;