Wiki/Nginx: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

13 October 2023

  • curprev 00:0800:08, 13 October 2023Jonny talk contribs 2,374 bytes +2,374 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 {..."