chawin.chen commited on
Commit ·
f5eb1fb
1
Parent(s): 20a7591
init
Browse files
nginx/conf.d/nginx-ui.conf
CHANGED
|
@@ -41,10 +41,6 @@ server {
|
|
| 41 |
location /nginx-ui/ {
|
| 42 |
proxy_pass http://127.0.0.1:9000/;
|
| 43 |
}
|
| 44 |
-
location /facescore {
|
| 45 |
-
root /var/www;
|
| 46 |
-
index index.html index.htm;
|
| 47 |
-
}
|
| 48 |
|
| 49 |
location /facescore/analyze {
|
| 50 |
proxy_pass http://facescore_analyze;
|
|
|
|
| 41 |
location /nginx-ui/ {
|
| 42 |
proxy_pass http://127.0.0.1:9000/;
|
| 43 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
|
| 45 |
location /facescore/analyze {
|
| 46 |
proxy_pass http://facescore_analyze;
|