nginx-conf/conf/includes/Backlog.conf
2023-09-18 16:52:17 -07:00

4 lines
81 B
Plaintext

location / {
root "D://Web-sites//Backlog";
index index.html index.htm;
}