fix: update nginx.conf.template

This commit is contained in:
tangtaoit 2023-08-09 22:37:59 +08:00
parent 9d669ebc0d
commit e1873a7503

View File

@ -22,5 +22,6 @@ server {
location / {
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri $uri/ /index.html;
}
}