Join Slack
Powered by
Hey all, Does the "Web Accessible" option for Mapp...
# lucee
l
laslo7
06/21/2022, 8:46 PM
Hey all, Does the "Web Accessible" option for Mappings not work with nginx?
b
bdw429s
06/21/2022, 8:50 PM
@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
bdw429s
06/21/2022, 8:50 PM
Unless, for some reason, you've configured your web server to proxy all traffic to the CF engine and not just .cfm/.cfc files
bdw429s
06/21/2022, 8:50 PM
but even in that case, static files would be served by your servlet's default servlet, not the CFML servlet
bdw429s
06/21/2022, 8:51 PM
So CF mappings would still have no effect
bdw429s
06/21/2022, 8:51 PM
All you need is a virtual directory/alias setup in your web server
l
laslo7
06/21/2022, 8:57 PM
OK that is what I thought
laslo7
06/21/2022, 8:57 PM
thanks for the info
3
Views
Open in Slack
Previous
Next