From e87cee31714535c1db835dee3f5542535276cfe5 Mon Sep 17 00:00:00 2001 From: "n.nakhostin" Date: Sun, 31 Aug 2025 17:42:08 +0330 Subject: [PATCH] Remove deprecated Nginx configuration file from the project --- configs/nginx.conf | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 configs/nginx.conf diff --git a/configs/nginx.conf b/configs/nginx.conf deleted file mode 100644 index 9abc229..0000000 --- a/configs/nginx.conf +++ /dev/null @@ -1,20 +0,0 @@ -server { - listen 80; - server_name localhost; - - root /usr/tm/nginx/html; - - location / { - try_files $uri $uri/ /index.html; - add_header Cache-Control "no-cache, no-store, must-revalidate"; - } - - location /assets { - expires 1y; - access_log off; - add_header Cache-Control "public"; - } - - gzip on; - gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript; -} \ No newline at end of file