imgar commited on
Commit
9a7ca35
·
1 Parent(s): 11badcc

Update nginx.conf

Browse files
Files changed (1) hide show
  1. nginx.conf +1 -1
nginx.conf CHANGED
@@ -7,7 +7,7 @@ server {
7
  resolver 1.1.1.1;
8
 
9
  location / {
10
- root /usr/share/nginx/html/;
11
  index index.html index.htm;
12
  }
13
  }
 
7
  resolver 1.1.1.1;
8
 
9
  location / {
10
+ root /usr/share/nginx/html/templates/badapple/;
11
  index index.html index.htm;
12
  }
13
  }