Skip to content

Commit

Permalink
test http2_4
Browse files Browse the repository at this point in the history
  • Loading branch information
source-Alexander-Rudenko committed Dec 16, 2024
1 parent e46ca24 commit 1d4b0a9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,5 @@ http {
proxy_set_header X-Forwarded-Proto $scheme;
}

location ~* \.(?:ico|css|js|woff2?|ttf|svg|png|jpg|jpeg|gif)$ {
root /usr/share/nginx/html/dist/;
expires 6M;
access_log off;
add_header Cache-Control "public";
try_files $uri =404;
}

}
}

0 comments on commit 1d4b0a9

Please sign in to comment.