chore: docs add to nginx

This commit is contained in:
Данил 2025-02-26 15:28:46 +03:00
parent c057ca3c34
commit 9724fac958
2 changed files with 4 additions and 0 deletions

3
nginx/docs/nginx.conf Normal file
View file

@ -0,0 +1,3 @@
root dist;
try_files $uri $uri/ /index.html;

View file

@ -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;
} }
} }