mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:06:33 +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;
|
||||
};
|
||||
"db.missing.ninja" = {
|
||||
enableACME = false;
|
||||
forceSSL = false;
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://134.255.219.135:8000/";
|
||||
};
|
||||
|
@ -90,8 +90,8 @@
|
|||
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [ 443 8000 ];
|
||||
allowedUDPPorts = [ 443 8000 ];
|
||||
allowedTCPPorts = [ 80 443 8000 ];
|
||||
# allowedUDPPorts = [ 80 443 8000 ];
|
||||
};
|
||||
|
||||
users.users.fp = {
|
||||
|
|
Loading…
Reference in a new issue