|
|
@@ -4,12 +4,12 @@ server {
|
|
|
|
|
|
charset utf-8;
|
|
|
|
|
|
- location /smart-school {
|
|
|
+ location / {
|
|
|
root /usr/share/nginx/html;
|
|
|
index index.html index.htm;
|
|
|
}
|
|
|
|
|
|
- #error_page 404 /404.html;
|
|
|
+ #error_page 404 /index.html;
|
|
|
|
|
|
# redirect server error pages to the static page /50x.html
|
|
|
#
|