Jump to content
View in the app

A better way to browse. Learn more.

Froxlor Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

client_max_body_size in vhost Einstellung

Featured Replies

Hallo,

ich versuche gerade den Upload auf 300 MB zustellen, leider bricht dieser aber weiterhin bei 100 MB ab.

In PHP ist alles soweit korrekt, aber NGINX will nicht so recht.

Ich habe bei der Domain in Froxlor bei vHost Einstellungen folgendes versucht:

location / {
   client_max_body_size 300M;
}

Meine Log sagt leider aber:

2019/11/21 19:07:47 [error] 26369#26369: *3365 client intended to send too large body: 227169307 bytes, client: 2.201.238.226, server: xxx.de, request: "POST /typo3/index.php?ajaxID=%2Fajax%2Ffile%2Fprocess&ajaxToken=4ed2561cc4b8d0b6a31e708e62809809d1e52cb3 HTTP/1.1", host: "www.xxx.de", referrer: "https://www.xxx.de/typo3/index.php?M=file_FilelistList&moduleToken=3ae3e9ba6bafb9a4f6583cd5994d35f54a569eab&id=1%3A%2Fmedia%2Fcontent%2FVideos%2F"

Was ist an der Einstellung verkehrt?

Danke ;)

Hat er denn deine vHost Einstellungen auch in den erstellten vHost übernommen? Prüfe doch bitte den entsprechenden vhost - ansonsten ist das leider nur bedingt was was froxlor steuert, da musst du dich eher an nginx-orientierte foren wenden, laut doku ist das was du gemacht hast zumindest korrekt 

  • 2 weeks later...

Du musst dazu noch "fastcgi_parm ... Upload size" dazu packen und am besten dann noch "fastcgi_read_timeout" dazu

bsp:

	location / {
....
		client_max_body_size 1000M;
....

		
	}

	location @php {
		try_files $1 =404;

...
		fastcgi_param PHP_VALUE "upload_max_filesize=1000M \n post_max_size=1000M";
	    fastcgi_read_timeout 600;
...
	}

Dann sollte es ohne probleme gehen.

Archived

This topic is now archived and is closed to further replies.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.