nginx-conf/conf/includes/wwwroot.conf
Mike Phares 1d8b2cfa65 flop dex
EDA
mestsa07ec.ec.local
Gogs
proxy_set_header X-Forwarded-Proto https;
ssl
2023-09-18 16:04:59 -07:00

4 lines
81 B
Plaintext

location / {
root "D://wwwroot";
try_files $uri $uri/ /index.html =404;
}