Skip to content

Commit cdc3d77

Browse files
Merge pull request #2 from zopdev/FIX-BASE-URL
add the base url
2 parents d637559 + d5ec3da commit cdc3d77

File tree

4 files changed

+21937
-9553
lines changed

4 files changed

+21937
-9553
lines changed

nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ http {
2020
#include /etc/nginx/conf.d/*.conf;
2121
server {
2222
listen 8000;
23-
location / {
23+
location /ui-components/ {
2424
root /usr/share/nginx/html;
2525
index index.html index.htm;
2626
try_files $uri $uri/ /index.html;

0 commit comments

Comments
 (0)