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