bentebbutt commited on
Commit
f17811f
·
verified ·
1 Parent(s): cdfb128

Update nginx.conf

Browse files
Files changed (1) hide show
  1. nginx.conf +0 -8
nginx.conf CHANGED
@@ -40,12 +40,4 @@ server {
40
  }
41
 
42
 
43
- location /api/ {
44
- proxy_pass http://localhost:8000/api/;
45
- proxy_http_version 1.1;
46
- proxy_set_header Upgrade $http_upgrade;
47
- proxy_set_header Connection "upgrade";
48
- proxy_set_header Host $host;
49
- proxy_read_timeout 600s;
50
- }
51
  }
 
40
  }
41
 
42
 
 
 
 
 
 
 
 
 
43
  }