Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of RVM Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:52, 12 January 2026 Gabriele.vivinetto talk contribs created page Correggere l'errore the listen ... http2 directive is deprecated, use the http2 directive instead in nginx proxy manager (Created page with "Se all'avvio si vede nei log: nginx-appĀ | nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/12.conf:19 eseguire:<pre> docker compose exec nginx.crodocker01.croalliance.priv-app \ /bin/bash -c " cd /data/nginx/proxy_host && sed -i 's/listen 443 ssl http2;/listen 443 ssl;\nhttp2 on;/g' *.conf && sed -i '/^listen \[::\]:443 ssl http2;/s/ http2//' *.conf " \ | tee -a update.log </pre>In prat...") Tag: Visual edit