chore: 简化docker-compose部署 (#466)

This commit is contained in:
cloudGrin
2023-03-10 14:33:36 +08:00
committed by GitHub
parent a2fcd31f24
commit cbcbdda4c0
4 changed files with 7 additions and 18 deletions

View File

@@ -3,9 +3,9 @@ server {
server_name localhost;
charset utf-8;
error_page 500 502 503 504 /50x.html;
location = / {
root /usr/share/nginx/html;
index index.html index.htm;
location / {
root /usr/share/nginx/html;
try_files $uri /index.html;
}
location /api {