fix(sync): resolve request body size limit issues and refine responsive photo grid layout

This commit is contained in:
2026-05-28 16:15:32 +02:00
parent 1388f603c6
commit cc183edc6d
5 changed files with 12 additions and 4 deletions
+1
View File
@@ -1,6 +1,7 @@
server {
listen 80;
server_name localhost;
client_max_body_size 50M;
location / {
root /usr/share/nginx/html;