diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-06-30 10:35:22 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-06-30 10:35:22 +0200 |
commit | 018f6cad21e5964df5908fbc3a94eb079c3c7755 (patch) | |
tree | 0a75a7c9f7dcb00c0b9cdbe7fe40dbef68e9d271 /deployment/systems/aisaka.scm | |
parent | 5faf9fb07a58fc7a045c7c1d33cbc93b65527073 (diff) |
aisaka: point the test subdomain to the schron subdomainstaging
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.
Diffstat (limited to 'deployment/systems/aisaka.scm')
-rw-r--r-- | deployment/systems/aisaka.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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") |