#25: nginx_sites-available_projectforge
doc/misc/nginx_sites-available_projectforge Config Reference, doc/misc/nginx_sites-available_projectforge 45 lines · 36 code · 3 comments · 6 blank
Nginx reverse-proxy configuration template for ProjectForge. Handles HTTP→HTTPS redirect, TLS 1.2, security headers (X-Frame-Options, X-Content-Type-Options, X-XSS-Protection), and proxies to `localhost:8080`.
Nginx Configuration Details
Server Blocks
- HTTP (port 80): Redirects all traffic to HTTPS
- HTTPS (port 443): TLS 1.2, security headers, proxies to
localhost:8080
Security Headers
| Header | Value |
| X-Frame-Options | DENY |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
SSL Configuration
- TLS 1.2 only
- EECDH+AESGCM ciphers
- secp384r1 curve
- OCSP stapling enabled
- DH parameters from
/etc/nginx/dhparam.pem
Git History
121f21902 doc, DataTransferStatistics shows now external access and abbreviates area names due to privacy reasons.