move nginx to dyon dir
This commit is contained in:
parent
2142b77058
commit
0209bfaab8
2 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
../../common/common.nix
|
../../common/common.nix
|
||||||
../../common/nginx.nix
|
../../common/nginx.nix
|
||||||
../../common/netdata.nix
|
../../common/netdata.nix
|
||||||
|
./nginx.nix
|
||||||
./wireguard.nix
|
./wireguard.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,12 @@
|
||||||
addresses = [ "[2a02:2970:1002::18]" "46.182.19.48" "[2001:1608:10:25::9249:d69b]" "84.200.70.40" ];
|
addresses = [ "[2a02:2970:1002::18]" "46.182.19.48" "[2001:1608:10:25::9249:d69b]" "84.200.70.40" ];
|
||||||
};
|
};
|
||||||
appendHttpConfig = ''
|
appendHttpConfig = ''
|
||||||
|
server {
|
||||||
|
listen turn.entr0py.de:80 default;
|
||||||
|
location ^~ /.well-known/acme-challenge/ {
|
||||||
|
root /var/www/letsencrypt;
|
||||||
|
}
|
||||||
|
}
|
||||||
server {
|
server {
|
||||||
listen 0.0.0.0:80 default;
|
listen 0.0.0.0:80 default;
|
||||||
listen [::]:80 default;
|
listen [::]:80 default;
|
Loading…
Add table
Reference in a new issue