All public logs

Combined display of all available logs of neuromatch. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 00:08, 13 October 2023 Jonny talk contribs created page Wiki/Nginx (Created page with "Up to: Part Of::Wiki <syntaxhighlight lang="nginx"> server { server_name wiki.neuromatch.social; root /var/www/html/mediawiki; index index.php; error_log /var/log/nginx/mediawiki.error; access_log /var/log/nginx/mediawiki.access; location / { try_files $uri $uri/ /index.php; } location @rewrite { rewrite ^/(.*)$ /index.php; } location ^~ /maintenance/ { return 403; } location ~ /\.ht {...")