openresty cannot serve plain html and images?

13 views
Skip to first unread message

Saint Michael

unread,
Feb 22, 2023, 3:55:51 AM2/22/23
to openresty-en
Please look at this website
the image, any image, any kind of image, never shows up in any browser.
server {
        default_type  'text/html; charset=UTF-8';
root /static/duc/Digital_Universal_Currency;
        location / {

 try_files /index.html =404;
}
}

what am I doing wrong?


Reply all
Reply to author
Forward
0 new messages