Skip to content

Commit 53b2ff3

Browse files
committed
Infra: Added nginx.conf
1 parent ccbc3e4 commit 53b2ff3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

nginx.conf

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
server {
2+
listen 80;
3+
4+
location / {
5+
root /usr/share/nginx/html;
6+
index index.html index.htm;
7+
try_files $uri $uri/ /index.html;
8+
}
9+
}

0 commit comments

Comments
 (0)