You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Request to static files return 404 after anti-leech enabled, for websites created from application deployment.
The final configuration will be like this after anti-leech enabled. And requests matched location ~ .*\.(js|css|png|jpg|jpeg|gif|ico|bmp|swf|eot|svg|ttf|woff|woff2)$ will not be passed to the backend application.
Contact Information
No response
1Panel Version
v1.10.23
Problem Description
Request to static files return 404 after anti-leech enabled, for websites created from application deployment.
The final configuration will be like this after anti-leech enabled. And requests matched
location ~ .*\.(js|css|png|jpg|jpeg|gif|ico|bmp|swf|eot|svg|ttf|woff|woff2)$
will not be passed to the backend application.Steps to Reproduce
The expected correct result
No response
Related log output
Additional Information
No response
The text was updated successfully, but these errors were encountered: