Make things ugly
This commit is contained in:
parent
d2461bc6b8
commit
f1b2189cb5
|
@ -15,7 +15,7 @@
|
||||||
"${secrets.jimDomain}" = {
|
"${secrets.jimDomain}" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
addSSL = true;
|
addSSL = true;
|
||||||
root = ./webpages/Jimbo-Landing-Page;
|
root = "/etc/nixos/nixos/server/webpages/Jimbo-Landing-Page";
|
||||||
locations = {
|
locations = {
|
||||||
"/.well-known/matrix/client" = {
|
"/.well-known/matrix/client" = {
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
@ -76,6 +76,6 @@
|
||||||
|
|
||||||
# Allow Nginx to read and write to paths
|
# Allow Nginx to read and write to paths
|
||||||
systemd.services.nginx.serviceConfig = {
|
systemd.services.nginx.serviceConfig = {
|
||||||
ReadWritePaths = [ ./webpages/Jimbo-Landing-Page ];
|
ReadWritePaths = [ "/etc/nixos/nixos/server/webpages/Jimbo-Landing-Page" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue