Spaces:
Running
Running
Nicky Nicolson
commited on
Commit
·
aa4846e
1
Parent(s):
39694dd
set home page
Browse files- index.md +0 -7
- nginx/etc.nginx_nginx.conf +1 -1
index.md
DELETED
@@ -1,7 +0,0 @@
|
|
1 |
-
---
|
2 |
-
title: Home
|
3 |
-
---
|
4 |
-
|
5 |
-
## Minimal Jekyll site
|
6 |
-
|
7 |
-
This is a minimal site for demo purposes in huggingface spaces
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
nginx/etc.nginx_nginx.conf
CHANGED
@@ -16,7 +16,7 @@ http {
|
|
16 |
port_in_redirect off;
|
17 |
server_name localhost;
|
18 |
root /usr/share/nginx/html;
|
19 |
-
index
|
20 |
|
21 |
location / {
|
22 |
try_files $uri $uri/ =404;
|
|
|
16 |
port_in_redirect off;
|
17 |
server_name localhost;
|
18 |
root /usr/share/nginx/html;
|
19 |
+
index index.html;
|
20 |
|
21 |
location / {
|
22 |
try_files $uri $uri/ =404;
|