mirror of
https://github.com/Redume/Kekkai.git
synced 2025-03-13 03:54:37 +03:00
chore: docs add to nginx
This commit is contained in:
parent
c057ca3c34
commit
9724fac958
2 changed files with 4 additions and 0 deletions
3
nginx/docs/nginx.conf
Normal file
3
nginx/docs/nginx.conf
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
root dist;
|
||||||
|
|
||||||
|
try_files $uri $uri/ /index.html;
|
|
@ -25,5 +25,6 @@ http {
|
||||||
include chart/nginx.conf;
|
include chart/nginx.conf;
|
||||||
include server/nginx.conf;
|
include server/nginx.conf;
|
||||||
include web/nginx.conf;
|
include web/nginx.conf;
|
||||||
|
include docs/nginx.conf;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue