alexcdev1 il y a 5 mois
Parent
commit
7f682b8f1f
1 fichiers modifiés avec 0 ajouts et 6 suppressions
  1. 0 6
      nginx/default.conf

+ 0 - 6
nginx/default.conf

@@ -26,12 +26,6 @@ server {
         return 200 'OK';
     }
 
-    # location /uploads {
-    #     alias /app/public/uploads;
-    #     expires 30d;
-    #     add_header Cache-Control "public, max-age=2592000";
-    # }
-
     # Security headers
     add_header X-Frame-Options "SAMEORIGIN" always;
     add_header X-XSS-Protection "1; mode=block" always;