Update nginx.conf
Browse files- 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 |
}
|