Fehler beim Hochladen einer großen Datei bei Verwendung von PHP- und Nginx-IngressPhp

PHP-Programmierer chatten hier
Anonymous
 Fehler beim Hochladen einer großen Datei bei Verwendung von PHP- und Nginx-Ingress

Post by Anonymous »

Beim PHP-Upload eines Videos tritt derzeit ein Problem auf.Es wird eine Fehlermeldung zurückgegeben. Ich verwende Laravel PHP auf GKE und verwende nginx-ingress.
Ich habe die notwendigen Werte in php.ini aktualisiert

Code: Select all

upload_max_filesize = 1024M
post_max_size = 1024M
memory_limit = 1024M
Ich habe auch die Anmerkungen zu ingress hinzugefügt:

Code: Select all

nginx.ingress.kubernetes.io/proxy-body-size

Warning[/b]: POST Content-Length of 61828655 bytes exceeds the limit of 8388608 bytes in [b]Unknown[/b] on line[b]0[/b]







An Error Occurred: Content Too Large


body {
background-color: #fff;
color: #222;
font: 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
margin: 0;
}

.container {
margin: 30px;
max-width: 600px;
}

h1 {
color: #dc3545;
font-size: 24px;
}

h2 {
font-size: 18px;
}





Oops! An Error Occurred
The server returned a "413 Content Too Large".

Something is broken. Please let us know what you were doing when this error occurred.
We will fix it as soon as possible. Sorry for any inconvenience caused.




Irgendeine Idee oder Hilfe, wie ich dieses Problem beheben kann? Danke für die Hilfe

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post