40 lines
1.2 KiB
HTML
Executable File
40 lines
1.2 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang='en'>
|
|
<head>
|
|
<title>Quick Fix - Blog - Johannes Olzem</title>
|
|
<meta name='description' content="Johannes Olzem's Webspace.">
|
|
<meta charset='utf-8'>
|
|
<link rel='stylesheet' href='/css/style.css'>
|
|
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
|
|
<link rel='icon' href='/favico.ico'>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<a href='/' class='home-ref'>
|
|
<img src='/assets/logo.png' alt='Johannes Olzem'>
|
|
<span>Johannes Olzem</span>
|
|
</a>
|
|
<nav>
|
|
<a href='/blog/'>Blog</a>
|
|
<a href='/about/'>About Me</a>
|
|
<a href='/contact/'>Contact</a>
|
|
</nav>
|
|
</header>
|
|
<main class='full'>
|
|
<h1>Nextcloud file not supported error</h1>
|
|
<h2><code>exif_read_data(): File not supported at /var/www/html/lib/private/Metadata/Provider/ExifProvider.php#59</code></h2>
|
|
<br>
|
|
<p>
|
|
Upload over IP and port rather than over nginx proxy.
|
|
</p>
|
|
<h2>Explanation</h2>
|
|
<p>
|
|
The request payload (the data your are trying to upload) is too large for nginx.
|
|
</p>
|
|
</main>
|
|
<footer>
|
|
<h6><a href><script>document.write(window.location.href);</script></a></h6>
|
|
</footer>
|
|
</body>
|
|
</html>
|