diff --git a/docker/nginx.conf b/docker/nginx.conf index e883451..2ecae28 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -24,7 +24,7 @@ http { client_max_body_size 500M; # Will get replaced by the environment variable MAX_UPLOAD_SIZE - location upload.php { + location /upload.php { try_files $uri =404; fastcgi_split_path_info ^(.+\.php)(/.+)$;