diff --git a/nginx/conf.d/student_conf.d/vhost_student.conf b/nginx/conf.d/student_conf.d/vhost_student.conf index 772067d..a000eed 100755 --- a/nginx/conf.d/student_conf.d/vhost_student.conf +++ b/nginx/conf.d/student_conf.d/vhost_student.conf @@ -4,7 +4,7 @@ server { index index.html; error_log /var/log/nginx/error.log; access_log /var/log/nginx/access.log; - root /var/www/student/dang_ky_hoc_sinh/build; + root /var/www/build; location / { try_files $uri $uri/ /index.html$is_args$args; diff --git a/nginx/conf.d/teacher_conf.d/vhost_teacher.conf b/nginx/conf.d/teacher_conf.d/vhost_teacher.conf index 7b1b9b3..a000eed 100755 --- a/nginx/conf.d/teacher_conf.d/vhost_teacher.conf +++ b/nginx/conf.d/teacher_conf.d/vhost_teacher.conf @@ -4,7 +4,7 @@ server { index index.html; error_log /var/log/nginx/error.log; access_log /var/log/nginx/access.log; - root /var/www/teacher/dang_ky_giao_vien/build; + root /var/www/build; location / { try_files $uri $uri/ /index.html$is_args$args;