Add offlate on xana
systems/xana.scm
96 | 96 | nani-download-job nani-update-job)) | |
97 | 97 | (certbot-service `(("xana.lepiller.eu") | |
98 | 98 | ("nani.lepiller.eu") | |
99 | - | ("i18n.lepiller.eu"))) | |
99 | + | ("i18n.lepiller.eu") | |
100 | + | ("offlate.lepiller.eu"))) | |
100 | 101 | (simple-service 'nani-http-server nginx-service-type | |
101 | 102 | (list (nginx-server-configuration | |
102 | 103 | (ssl-certificate | |
… | |||
106 | 107 | (listen '("443 ssl http2" "[::]:443 ssl http2")) | |
107 | 108 | (server-name '("nani.lepiller.eu")) | |
108 | 109 | (root "/srv/http/nani/public")))) | |
110 | + | (simple-service 'nani-http-server nginx-service-type | |
111 | + | (list (nginx-server-configuration | |
112 | + | (ssl-certificate | |
113 | + | "/etc/letsencrypt/live/offlate.lepiller.eu/fullchain.pem") | |
114 | + | (ssl-certificate-key | |
115 | + | "/etc/letsencrypt/live/offlate.lepiller.eu/privkey.pem") | |
116 | + | (listen '("443 ssl http2" "[::]:443 ssl http2")) | |
117 | + | (server-name '("offlate.lepiller.eu")) | |
118 | + | (root "/srv/http/offlate/public")))) | |
109 | 119 | (simple-service 'i18n-http-server nginx-service-type | |
110 | 120 | (list (nginx-server-configuration | |
111 | 121 | (ssl-certificate |