Hey all, Does the "Web Accessible" option for Mapp...
# lucee
l
Hey all, Does the "Web Accessible" option for Mappings not work with nginx?
b
@laslo7 CF Mappings don't come into play when hitting static files. Those are served by your web server directly without touching CF in most cases
Unless, for some reason, you've configured your web server to proxy all traffic to the CF engine and not just .cfm/.cfc files
but even in that case, static files would be served by your servlet's default servlet, not the CFML servlet
So CF mappings would still have no effect
All you need is a virtual directory/alias setup in your web server
l
OK that is what I thought
thanks for the info