ADD: folder build

main
nocode 2 years ago
parent 12a0cd3726
commit 836190f4f7
  1. 2
      nginx/conf.d/student_conf.d/vhost_student.conf
  2. 2
      nginx/conf.d/teacher_conf.d/vhost_teacher.conf

@ -4,7 +4,7 @@ server {
index index.html; index index.html;
error_log /var/log/nginx/error.log; error_log /var/log/nginx/error.log;
access_log /var/log/nginx/access.log; access_log /var/log/nginx/access.log;
root /var/www/student/dang_ky_hoc_sinh/build; root /var/www/build;
location / { location / {
try_files $uri $uri/ /index.html$is_args$args; try_files $uri $uri/ /index.html$is_args$args;

@ -4,7 +4,7 @@ server {
index index.html; index index.html;
error_log /var/log/nginx/error.log; error_log /var/log/nginx/error.log;
access_log /var/log/nginx/access.log; access_log /var/log/nginx/access.log;
root /var/www/teacher/dang_ky_giao_vien/build; root /var/www/build;
location / { location / {
try_files $uri $uri/ /index.html$is_args$args; try_files $uri $uri/ /index.html$is_args$args;

Loading…
Cancel
Save