vub js nginx 404 새로고침 404 :: 에버노트

ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • vub js nginx 404 새로고침 404
    카테고리 없음 2022. 9. 27. 08:50

    위치 /etc/nginx/conf.d/default.conf

     

     location / {
            root   /usr/share/nginx/html;
            index  index.html index.htm;
            try_files $uri $uri/ @rewrites;
      }

      location @rewrites {
            rewrite ^(.+)$ /index.html last;
      }

    댓글

Designed by Tistory.