File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -15,18 +15,17 @@ http {
15
15
listen [::]:80 default_server ;
16
16
17
17
server_name _;
18
-
19
- root /home/dbisadmin/retrieval-deployments;
20
- location / {
21
- auth_basic "Login" ;
22
- auth_basic_user_file ../../../.htpasswd;
23
- try_files $uri /retrieval-deployments/ui/ $uri /retrieval-deployments/ui /index.html;
24
- }
18
+
19
+ root /home/dbisadmin/retrieval-deployments/retrieval-deployments/ui;
20
+ index index.html index.htm;
21
+ try_files $uri $uri / /index.html;
25
22
26
23
location /classic {
27
24
auth_basic "Login" ;
28
25
auth_basic_user_file ../../../.htpasswd;
29
- try_files $uri /retrieval-deployments/vitrivr-ng/dist/ $uri /retrieval-deployments/vitrivr-ng/dist /index.html;
26
+ alias /home/dbisadmin/retrieval-deployments/vitrivr-ng/dist;
27
+ index index.html index.htm;
28
+ try_files $uri $uri / /index.html;
30
29
}
31
30
32
31
You can’t perform that action at this time.
0 commit comments