Skip to content

Commit

Permalink
add custom nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
danielzlatanov committed Sep 23, 2024
1 parent 2749a2c commit 1795165
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
server {
listen 4200;

location / {
root /usr/share/nginx/html;
try_files $uri $uri/ /index.html;
}
}

0 comments on commit 1795165

Please sign in to comment.