Main public logs
From Master of Neuroscience Wiki
Combined display of all available logs of Master of Neuroscience Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:30, 17 April 2026 Davrot@uni-bremen.de talk contribs created page AMCE SSL (Created page with "== Pre-Challenge Phase == === Make the challenge dir === <syntaxhighlight lang="bash"> mkdir -p /var/www/acme/.well-known/acme-challenge </syntaxhighlight> === Change the nginx.conf for the challenge === Port 80 block<syntaxhighlight lang="bash"> http { server { listen 80 default_server; listen [::]:80 default_server; server_name _; # ACME challenge — must come before the redirect location /.well-known/acme-challenge/ {...") Tag: Visual edit