Mediocreatmybest commited on
Commit
cce1fc8
1 Parent(s): f5fea3b

Delete nginx.conf

Browse files
Files changed (1) hide show
  1. nginx.conf +0 -10
nginx.conf DELETED
@@ -1,10 +0,0 @@
1
- http {
2
- server {
3
- listen 3000;
4
-
5
- location / {
6
- alias /var/www/html/;
7
- index index.html;
8
- }
9
- }
10
- }