From 018f6cad21e5964df5908fbc3a94eb079c3c7755 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Mon, 30 Jun 2025 10:35:22 +0200 Subject: aisaka: point the test subdomain to the schron subdomain The purpose of the test subdomain is to try out changes in nginx configuration. As such, directories should not be created for the sake of the test subdomain. Instead, the test subdomain should point to a subdomain currently needing testing. --- deployment/systems/aisaka.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/systems/aisaka.scm b/deployment/systems/aisaka.scm index 166b424..fa76904 100644 --- a/deployment/systems/aisaka.scm +++ b/deployment/systems/aisaka.scm @@ -297,7 +297,7 @@ "if ($ssl_client_verify != SUCCESS) {return 403;}")) (uri "/")))) (listen (list "192.168.10.2:443 ssl")) - (root "/home/marek/Publiczne/test") + (root "/home/marek/Publiczne/schron") (server-name (list "test.marekpasnikowski.pl")) (ssl-certificate "/etc/letsencrypt/live/marekpasnikowski.pl/fullchain.pem") (ssl-certificate-key "/etc/letsencrypt/live/marekpasnikowski.pl/privkey.pem") -- cgit v1.2.3