Port 3001
This commit is contained in:
parent
1faebe8624
commit
5bd1049ae7
1 changed files with 4 additions and 0 deletions
|
|
@ -32,6 +32,7 @@
|
||||||
networking.firewall.allowedTCPPorts = [
|
networking.firewall.allowedTCPPorts = [
|
||||||
80
|
80
|
||||||
3000
|
3000
|
||||||
|
3001
|
||||||
8384
|
8384
|
||||||
8080
|
8080
|
||||||
443
|
443
|
||||||
|
|
@ -152,6 +153,9 @@
|
||||||
handle /auth/* {
|
handle /auth/* {
|
||||||
reverse_proxy localhost:3001
|
reverse_proxy localhost:3001
|
||||||
}
|
}
|
||||||
|
handle /smart-buttons/* {
|
||||||
|
reverse_proxy localhost:3001
|
||||||
|
}
|
||||||
handle {
|
handle {
|
||||||
reverse_proxy localhost:3000
|
reverse_proxy localhost:3000
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue