pve-webservers/nginx/includes/default-wp.conf

5 lines
83 B
Text
Raw Normal View History

2026-03-13 21:12:15 +01:00
client_max_body_size 800M;
location / {
try_files $uri $uri/ /index.php?$args;
}