Skip to main content

Questions tagged [static-content]

Static content like a static web page is delivered to the user's web browser exactly as stored, in contrast to dynamic content, which is generated for each request by a web application.

1 vote
1 answer
84 views

Hosting static content currently and trying to get NGINX to do what I want seems to be a nightmare. I've basically got this setup: root web directory -> pages -> sub-folder > webpage.html I ...
Bloodshot_pico's user avatar
0 votes
1 answer
80 views

I moved a static website, built with 11ty, from AWS to Cloudflare pages. I am having a problem: Cloudflare is not handling .html at the end of URLs the same way that AWS was. So, for example -- This ...
John Skiles Skinner's user avatar
1 vote
1 answer
216 views

I am running an apache2 server with several virtual hosts. I run it on a rather resource constrained raspberry pi 4. In particular RAM is very tight (4GB). There isn't a whole lot of traffic, I mainly ...
FalcoGer's user avatar
  • 146
1 vote
1 answer
1k views

I'm using Django+Gunicorn+Nginx for my web application in a Ubuntu 22.04.4 server. I followed this guide until the end and my web is running in production. However, static files are not working (css, ...
pfrud's user avatar
  • 21
0 votes
1 answer
82 views

It seems like redirect is not done. If I put URL https://test2/static_page in browser it works but if I put https://test1 don't redirect SERVER["socket"] == ":443" { $HTTP["...
Aprendiz's user avatar
0 votes
0 answers
1k views

I'm trying to serve 2 different websites under the same subdomain depending on the location. Using the GUI from Nginx Proxy Manager Docker container I've managed to set up the initial domain https://...
Shadark's user avatar
  • 101
1 vote
1 answer
1k views

I have the following situation. Web content of my app is located in a standard directory /var/www/my.domain.com/html/. Also I have a folder users_statics somewhere inside this directory, where my app ...
TaskerBliss's user avatar
0 votes
1 answer
689 views

I'm not sure is this is an S3 issue or something with my website but would like to ask the community for some help. Configuration: I have a static website (about 700KB) hosted on S3. My .css and .js ...
carlitobrigante's user avatar
0 votes
1 answer
637 views

I apologize if this needs to be split into two questions, but I'm trying to set up a static site using S3, a CloudFront distribution, and a Route53 domain. If I try to access laszloffy.com, I receive ...
vypr907's user avatar
0 votes
1 answer
346 views

I want to send the DN field from the client certificate ($ssl_client_s_dn), but I want to send it encrypted. In the question nginx append query parameter to a react application it is explained how to ...
Ximo Dante's user avatar
0 votes
0 answers
684 views

I've setup a proxy NGINX that access a Wordpress server on 10.0.0.151: # # Default server configuration # server { listen 80 default_server; listen [::]:80 default_server; root /var/www/...
Mendes's user avatar
  • 131
0 votes
1 answer
642 views

I am running an Apache 2 web server running on Ubuntu 20.04 LTS. I have a Python CGI handler enabled for the /var/www/html directory, which is the DocumentRoot. I am wondering how to exclude a certain ...
Noah Broyles's user avatar
0 votes
0 answers
1k views

I have problem with apache2. I'm new to it and I'm trying to solve some problems. I have a server running debian with apache2.4 installed and 3 web-site running. A Shiny Server, a django website and a ...
MarkPT's user avatar
  • 1
2 votes
1 answer
6k views

I need to add cache policy to my static content. Initially, I had manually listed all the extensions I deemed static, which is what almost every answer suggests: location ~* \.(jpeg|jpg|gif|png|ico|...
ᴍᴇʜᴏᴠ's user avatar
0 votes
2 answers
790 views

I am trying to pre-generate compressed brotli files in designated directories for static html, css and js files. I found a rust tool here – https://github.com/neosmart/static-compress Besides this, ...
Sus's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
10