Move site root
systems/hermes.scm
| 50 | 50 | (ssl-certificate-key "/etc/letsencrypt/live/lepiller.eu/privkey.pem") | |
| 51 | 51 | (listen '("443 ssl http2" "[::]:443 ssl http2")) | |
| 52 | 52 | (server-name '("lepiller.eu" "www.lepiller.eu")) | |
| 53 | - | (root "/srv/http/lepiller/site") | |
| 53 | + | (root "/srv/http/lepiller/public") | |
| 54 | 54 | (index '("index.$language_suffix.html" "index.html")) | |
| 55 | 55 | (try-files '("$uri.$language_suffix.html" "$uri" "$uri/" "=404")) | |
| 56 | 56 | (raw-content |