nginx-conf/conf/includes/wwwroot.conf
Mike Phares 13f1964ad9 mestsa02ec.ec.local
# 80, Access-Control-Allow-Origin and
pfx to crt and key
Add to DevOps
flop dex
Gogs
proxy_set_header X-Forwarded-Proto https;
ssl
2023-09-18 16:01:44 -07:00

4 lines
81 B
Plaintext

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