Demoshop Directus+Astro — Hofladen Heidekorn (Katalog, Warenkorb, Magazin, Rechtstexte)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name _;
|
||||
root /usr/share/nginx/html;
|
||||
index index.html;
|
||||
location / { try_files $uri $uri/ $uri.html /index.html; }
|
||||
location ~* \.(css|js|woff2|jpg|png|svg|webp)$ { expires 7d; add_header Cache-Control "public"; }
|
||||
}
|
||||
Reference in New Issue
Block a user