First version
authoraddw@fa2f8cb1790dfac204f803a3bfd8edda6ef3edc6 <addw@web>
Tue, 7 Apr 2020 17:20:42 +0000 (18:20 +0100)
committerIkiWiki <ikiwiki.info>
Tue, 7 Apr 2020 17:20:42 +0000 (18:20 +0100)
resources/server-setup/web-server.mdwn [new file with mode: 0644]

diff --git a/resources/server-setup/web-server.mdwn b/resources/server-setup/web-server.mdwn
new file mode 100644 (file)
index 0000000..a2da907
--- /dev/null
@@ -0,0 +1,15 @@
+# Web server setup
+## Overview
+Nginx is the server - standard Debian nginx/1.13.9
+Installed in /usr/local/nginx/sbin/
+
+Luke did have a version compiled from source that addw trashed when he did an upgrade.
+
+Config files under /etc/nginx
+
+Certbot has been replaced with addw's scripts, see /var/www/acme/
+
+All web sites are SSL enabled, the non SSL ones redirect to the SSL one.
+The only exception is the location /.well-known/acme-challenge/ which is needed so that Let'sEncrypt can validate and issue certificates.
+
+Nginx listens on IpV4 & IpV6.