Commit 580669

Technical Docs
@@ 21,14 21,16@@
### Reverse Proxy(NGINX Request Limit)
On top of the Kestrel file size limits, LubeLogger might also be subjected to request size limits set by reverse proxies such as NGINX. These need to be configured separately, the default file size in NGINX is 1MB.
- ## Allowed File Formats
+ ## Default Allowed File Formats
- You can only upload attachments with the following file extensions:
+ By default, the file selector filters out of files that aren't in the following formats
- png
- jpeg/jpg
- pdf
- xlsx/xls
- docx
::: danger
+ However, you can always select "All Files" in the file selector and it will allow you to upload files of all formats.
# Security
+
The following sections describes how security is handled internally.