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;
|
||||
listen = [
|
||||
{
|
||||
addr = "0.0.0.0";
|
||||
port = 4443; # Use your desired port number
|
||||
addr = localhost;
|
||||
port = 4443;
|
||||
ssl = true;
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue