Changeset d2b7247 in Klonkt for deploy/nginx.conf.example


Ignore:
Timestamp:
06/27/2026 09:53:29 PM (2 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
907a013
Parents:
abdcf33
Message:

chore(branding): stale product names in comments + deploy templates -> Klonkt

Cosmetic only — comments (CSS/EJS/SQL/ecosystem.config.cjs headers) and the deploy/ doc
templates: old names (PrutCMS/PrutFolio) -> Klonkt, stale Prutter (removed DM feature) mentions
dropped, deploy/ Dutch comments translated to English. No code, identifiers, rendered strings,
package name, PWA id, real infra paths, or roboburr refs touched.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • deploy/nginx.conf.example

    rabdcf33 rd2b7247  
    11# ──────────────────────────────────────────────────────────────────
    2 # PrutCMS v10 — nginx reverse proxy
     2# Klonkt — nginx reverse proxy
    33#
    4 # Place this in /etc/nginx/sites-available/prutcms and symlink to
     4# Place this in /etc/nginx/sites-available/klonkt and symlink to
    55# /etc/nginx/sites-enabled/. Replace <YOUR-DOMAIN> with the real host.
    66#
    77# Key points:
    88#   • SSL termination here; Node listens on 127.0.0.1:3000 only.
    9 #   • WebSocket upgrade headers wired through (Prutter live messaging).
     9#   • WebSocket upgrade headers wired through (in case any route uses WS).
    1010#   • Static assets cached aggressively (Node gives them 1y maxAge anyway).
    1111#   • Audio streaming endpoint /audio/stream/* must NOT be cached by nginx —
     
    1414#
    1515# After installing:
    16 #   sudo ln -s /etc/nginx/sites-available/prutcms /etc/nginx/sites-enabled/
     16#   sudo ln -s /etc/nginx/sites-available/klonkt /etc/nginx/sites-enabled/
    1717#   sudo nginx -t
    1818#   sudo systemctl reload nginx
     
    9696    }
    9797
    98     # ── WebSocket: Prutter live chat. Long-lived connection.
     98    # ── WebSocket: long-lived connection (in case any route uses WS).
    9999    location /ws/ {
    100100        proxy_pass http://127.0.0.1:3000;
Note: See TracChangeset for help on using the changeset viewer.