fix nginx file
All checks were successful
/ docker (push) Successful in 1m38s

This commit is contained in:
Lee 2023-07-05 00:50:30 +01:00
parent 0c354b30d5
commit 45d4af2b1f

@ -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)(/.+)$;