Update nginx.conf
This commit is contained in:
parent
95e7642087
commit
5ea9a6c5f3
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ http {
|
|||
location / {
|
||||
root /frontend;
|
||||
index index.html;
|
||||
try_files $uri @indexl;
|
||||
try_files $uri @index;
|
||||
|
||||
# Media: images, icons, video, audio, HTC
|
||||
location ~* \.(?:jpg|jpeg|gif|png|ico|cur|gz|svg|svgz|mp4|mp3|ogg|ogv|webm|htc|woff2|woff|ttf)$ {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue