Skip to content

Commit

Permalink
docs: fix nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Oct 8, 2022
1 parent 42e4b4d commit 62cbdf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/simple-admin/en/docs/deploy_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ server {
location / {
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri $uri/ /index.html;
}
location /sys-api/ {
Expand Down
1 change: 1 addition & 0 deletions docs/simple-admin/zh-cn/docs/deploy_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ server {
location / {
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri $uri/ /index.html;
}
location /sys-api/ {
Expand Down

0 comments on commit 62cbdf2

Please sign in to comment.