Files
nginx-conf/conf/includes/html.conf
2022-11-07 14:55:18 -07:00

4 lines
61 B
Plaintext

location / {
root html;
index index.html index.htm;
}