Document signing

This commit is contained in:
2026-07-21 14:35:34 +02:00
parent 56b603aba0
commit 6e726ef34d
18 changed files with 1239 additions and 1 deletions
+3
View File
@@ -16,6 +16,9 @@ server {
root /var/www/html/public;
index index.php;
# Upload-Groesse (PDF bis 20 MB + Unterschrift/Stempel); muss zu PHP post_max_size passen.
client_max_body_size 40m;
# Logging
access_log /var/log/nginx/nexus.access.log combined;
error_log /var/log/nginx/nexus.error.log warn;