nginx-conf/conf/includes/github.conf
2023-09-18 16:08:32 -07:00

4 lines
74 B
Plaintext

location / {
root "D://www//github";
index index.html index.htm;
}