Main public logs
From KlavoWiki
Jump to navigationJump to search
Combined display of all available logs of KlavoWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:04, 2 May 2026 David talk contribs created page corentinth it-tools (Created page with "= docker = <pre> corentinth: image: ghcr.io/corentinth/it-tools:latest container_name: it-tools hostname: it-tools restart: unless-stopped ports: - 8090:80 </pre> = nginx = <pre>vi /etc/nginx/sites-available/pwpush</pre> <pre> server { listen 192.168.1.1:80; listen [fe80::4c9a:23d2:1f45:6a12]:80; server_name pwpush.klaverstyn.com.au; return 301 https://pwpush.klaverstyn.com.au; access_log /var/log/nginx/access_pwpush.l...")