Fix the nginx pointer for phanpy
This commit is contained in:
parent
a302ba2fc4
commit
c4401797c0
|
@ -9,7 +9,7 @@
|
|||
enable = true;
|
||||
virtualHosts = {
|
||||
"phanpy.gladtherescake.eu" = {
|
||||
root = "${pkgs.phanpy}/lib/node_modules/phanpy/";
|
||||
root = "${pkgs.phanpy}";
|
||||
## Force HTTP redirect to HTTPS
|
||||
forceSSL = true;
|
||||
## LetsEncrypt
|
||||
|
|
Loading…
Reference in a new issue