chore: optimize web application Dockerfile and Nginx configuration
This commit is contained in:
parent
18582c1fdc
commit
f9f85423b4
2 changed files with 15 additions and 19 deletions
9
apps/web/nginx/default.conf
Normal file
9
apps/web/nginx/default.conf
Normal file
|
@ -0,0 +1,9 @@
|
|||
server {
|
||||
listen 80;
|
||||
root /usr/share/nginx/html;
|
||||
index index.html;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ /index.html;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue