EN · DE · RU · FR · ES

#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

  1. HTTP (port 80): Redirects all traffic to HTTPS
  2. HTTPS (port 443): TLS 1.2, security headers, proxies to localhost:8080

Security Headers

HeaderValue
X-Frame-OptionsDENY
X-Content-Type-Optionsnosniff
X-XSS-Protection1; mode=block

SSL Configuration

Git History

121f21902 doc, DataTransferStatistics shows now external access and abbreviates area names due to privacy reasons.