projects
/
awful.systems.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4009d25
)
force https for dev and staging
author
self
<self@awful.systems>
Mon, 3 Jul 2023 01:17:41 +0000
(18:17 -0700)
committer
self
<self@awful.systems>
Mon, 3 Jul 2023 01:17:41 +0000
(18:17 -0700)
hosts/these/configuration.nix
patch
|
blob
|
history
diff --git
a/hosts/these/configuration.nix
b/hosts/these/configuration.nix
index bf527a2dac34ac1458d61949e6ada4a1357d4c24..e3ad13645a274ea1874992f518b20b9ac3750f8d 100644
(file)
--- a/
hosts/these/configuration.nix
+++ b/
hosts/these/configuration.nix
@@
-19,12
+19,12
@@
virtualHosts = {
"breaking.awful.systems" = {
-
add
SSL = true;
+
force
SSL = true;
enableACME = true;
};
"making.awful.systems" = {
-
add
SSL = true;
+
force
SSL = true;
enableACME = true;
};