fosdem2024_bigint/Makefile: add upload target
[libreriscv.git] / resources / server-setup / web-server.mdwn
1 # Web server setup
2 ## Overview
3 Nginx is the server - standard Debian nginx/1.13.9
4 Installed in /usr/local/nginx/sbin/
5
6 Luke did have a version compiled from source that addw trashed when he did an upgrade.
7
8 Config files under /etc/nginx
9
10 Certbot has been replaced with addw's scripts, see /var/www/acme/
11
12 All web sites are SSL enabled, the non SSL ones redirect to the SSL one.
13 The only exception is the location /.well-known/acme-challenge/ which is needed so that Let'sEncrypt can validate and issue certificates.
14
15 irclogs redirects to an ircbot
16
17 docs virtual host redirects to sphinx directories
18
19 Nginx listens on IpV4 & IpV6.
20
21 ikiwiki is upgraded with two underlays, one with bootstrap templates, the other with the openpower-isa git repository markdown files a post-update hook checks out the openpower-isa repository, rebuild is not run becaise it delays git push completion.
22