We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b88d78 commit 8a06b85Copy full SHA for 8a06b85
nginx/nginx.conf
@@ -0,0 +1,9 @@
1
+server {
2
+ listen 3000;
3
+ client_max_body_size 5M;
4
+
5
+ location / {
6
+ alias /usr/share/nginx/html/;
7
+ try_files $uri $uri/ /index.html;
8
+ }
9
+}
0 commit comments