mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
feat: nginx test
This commit is contained in:
parent
93bad94e23
commit
36c407f268
1 changed files with 2 additions and 2 deletions
|
@ -50,8 +50,8 @@ in {
|
||||||
sslCertificateKey = ssl.key;
|
sslCertificateKey = ssl.key;
|
||||||
listen = [
|
listen = [
|
||||||
{
|
{
|
||||||
addr = "0.0.0.0";
|
addr = localhost;
|
||||||
port = 4443; # Use your desired port number
|
port = 4443;
|
||||||
ssl = true;
|
ssl = true;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue