05-06-2026 marke macht Webseite Design Inhalte
This commit is contained in:
parent
00796a35d5
commit
18216e301c
181 changed files with 12025 additions and 7941 deletions
19
_markemacht.de/docker/nginx.conf
Normal file
19
_markemacht.de/docker/nginx.conf
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
server_name markemacht.test localhost;
|
||||
|
||||
root /usr/share/nginx/html;
|
||||
index index.html;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ =404;
|
||||
}
|
||||
|
||||
location /assets/ {
|
||||
expires 7d;
|
||||
add_header Cache-Control "public, immutable";
|
||||
}
|
||||
|
||||
add_header X-Content-Type-Options nosniff always;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue