Top "Static-content" questions

Static content generally refers to additional files or media that is delivered to browsers but not generated through the web application.

Azure, best way to store and deploy static content (e.g. images/css)?

We're about to deploy our .NET web application to an Azure Web Role. I'm just wondering how others have handled …

image azure azure-storage-blobs static-content azure-cdn
What exactly does the staticcontent tag in the web.config file apply to?

I've been reading about the staticContent element in the web.config file but I'm having a bit of trouble figuring …

asp.net web-config static-content
Can DropWizard serve assets from outside the jar file?

In looking at the documentation, it appears that DropWizard is only able to serve static content living in src/main/…

static-content dropwizard
Cache a static file in memory forever on Nginx?

I have Nginx running in a Docker container, and it serves some static files. The files will never change at …

caching nginx static-content
Serving gzipped content directly — bad thing to do?

I have my website configured to serve static content using gzip compression, like so: <link rel='stylesheet' href='http://…

gzip static-content
Setting the "Expire Web Content" common http response header in IIS

We have a fairly high-volume IIS7.0 site (about 1 million requests a day), a lot of which are Images/CSS/JS. …

caching iis static-content
RSS for a static site

I have a site, deanvmc.me that I am using to teach myself HTML, CSS and JavaScript. The site is …

html rss static-content
How to serve static content using Webflux?

I am learning webflux and I would like to know how to serve static content on a MicroService using webflux …

spring-webflux static-content
Java Web Application. Spring Boot. Locating Images

I've recently solved a problem of locating images in this community. You can look here. However, one answer said: Your …

java image web spring-boot static-content
Spring-Jersey : How to return static content?

Question : How do I expose my css/, images/, js/ and other static files? How do I return a JSP page …

java spring jersey jersey-2.0 static-content