remove storage from git

This commit is contained in:
2026-04-15 17:42:52 +05:00
parent bac84d01cc
commit 2bfb601bf9
376 changed files with 35 additions and 7 deletions

View File

@@ -38,6 +38,7 @@ server {
# browser cache control
location ~* \.(ico|css|js|gif|jpeg|jpg|png|woff|ttf|otf|svg|woff2|eot)$ {
try_files $uri =404;
expires 1d;
access_log off;
add_header Pragma public;