Skip to content

Commit

Permalink
Update nginx config for euroe to make mobile work.
Browse files Browse the repository at this point in the history
  • Loading branch information
abizjak committed Apr 3, 2024
1 parent 12399f2 commit 192766d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions euroe-demo/scripts/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,8 @@ server {
root /usr/share/nginx/html;
access_log off;
}

location / {
try_files $uri $uri/ /index.html;
}
}

0 comments on commit 192766d

Please sign in to comment.