radames commited on
Commit
629ecb3
1 Parent(s): 96ce0e1

rename for general

Browse files
Files changed (1) hide show
  1. nginx.conf +2 -2
nginx.conf CHANGED
@@ -14,9 +14,9 @@ server {
14
  proxy_cache_bypass $http_upgrade;
15
  }
16
 
17
- location /cheerpj {
18
  # Serve backend from port
19
- rewrite /cheerpj/(.*) /$1 break;
20
  proxy_pass http://localhost:8000;
21
  proxy_http_version 1.1;
22
  proxy_set_header Upgrade $http_upgrade;
 
14
  proxy_cache_bypass $http_upgrade;
15
  }
16
 
17
+ location /static/ {
18
  # Serve backend from port
19
+ rewrite /static/(.*) /$1 break;
20
  proxy_pass http://localhost:8000;
21
  proxy_http_version 1.1;
22
  proxy_set_header Upgrade $http_upgrade;