mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 09:16:35 +01:00
open port 80
This commit is contained in:
parent
b2a25c9da5
commit
ffbc52696c
1 changed files with 4 additions and 4 deletions
|
@ -52,8 +52,8 @@
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
};
|
};
|
||||||
"db.missing.ninja" = {
|
"db.missing.ninja" = {
|
||||||
enableACME = false;
|
enableACME = true;
|
||||||
forceSSL = false;
|
forceSSL = true;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://134.255.219.135:8000/";
|
proxyPass = "http://134.255.219.135:8000/";
|
||||||
};
|
};
|
||||||
|
@ -90,8 +90,8 @@
|
||||||
|
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowedTCPPorts = [ 443 8000 ];
|
allowedTCPPorts = [ 80 443 8000 ];
|
||||||
allowedUDPPorts = [ 443 8000 ];
|
# allowedUDPPorts = [ 80 443 8000 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.fp = {
|
users.users.fp = {
|
||||||
|
|
Loading…
Reference in a new issue