Main public logs

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

Logs
  • 15:54, 5 December 2021 Kangtain talk contribs created page Nginx:Redirect non-www to www (Created page with "*From the documentation, "the right way is to define a separate server for example.org": server { listen 80; server_name example.com; return 301 http://www.example.com$request_uri; } server { listen 80; server_name www.example.com; ... } ===HTTPS Solution=== *For those who want a solution including https://... server { listen 80; server_name www.domain.com; # $scheme will get the http pr...")