Top "Static-files" questions

Static-files are ones that don't get amended during runtime.

Deploy Nodejs on Heroku fails serving static files located in subfolders

I'm deploying a NodeJs application using Heroku. Everything works fine except a little issue serving static files. I have the …

node.js heroku express static-files
Connection reset by peer when using s3, boto, django-storage for static files

I'm trying to switch to use amazon s3 to host our static files for our django project. I am using …

django amazon-s3 static-files django-storage
How to serve static HTML files in Nest.js?

I want to serve static HTML files which are in a /dist folder outside of the Nest project. index.html …

javascript node.js express nestjs static-files
How to serve static files in FastAPI

I am trying to serve static files that I have in a package_docs directory. When I open in the …

python-3.x routes static-files fastapi pkg-resources
Serve files from folder outside web application in Jetty

I have a Java web application (Eclipse/OSGI) on a Jetty server. I want to be able to serve static …

web-services jakarta-ee jetty static-files
How can Tornado serve a single static file at an arbitrary location?

I am developing a simple web app with Tornado. It serves some dynamic files and some static ones. The dynamic …

python tornado static-files
Django static files 404 error

I'm trying to locate all bootstrap files in django project in only one folder and reference them. In order to …

python bootstrap-4 static-files django-1.11
Express.js 4 - use middleware for authentication before static files

In my express app I've set static files to be served from the /public directory with this line: app.use(…

node.js authentication express middleware static-files
Disable static file caching in Tornado

By default, Tornado puts a Cache-Control: public header on any file served by a StaticFileHandler. How can this be changed …

python caching tornado static-files
ASP.NET MVC application gives Internal Server Error only when viewed in Firefox

(I'm new to .Net and the Microsoft world in general, coming from a Java and Tomcat background, so please bear …

.net asp.net-mvc firefox iis static-files