We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccbc3e4 commit 53b2ff3Copy full SHA for 53b2ff3
nginx.conf
@@ -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