Compare commits
No commits in common. "main" and "v0.1.0" have entirely different histories.
1 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
server {
|
||||
listen 80;
|
||||
server_name _; # behind a reverse proxy; match any Host
|
||||
server_name style.lvl0.xyz;
|
||||
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
|
|
@ -9,7 +9,6 @@ server {
|
|||
}
|
||||
|
||||
location ~* \.(css|js|png|jpg|jpeg|gif|ico|svg|woff|woff2)$ {
|
||||
root /usr/share/nginx/html;
|
||||
expires 1y;
|
||||
add_header Cache-Control "public, immutable";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue