Tobias Svane

Results 3 comments of Tobias Svane

Same problem here. Heres a dump of the config before and after reapplying settings through the WebUI. Take a look at the sections around the "listen 443" settings (line 14-15)...

I had the "Invalid interval specified, must be non-null and non-empty"-problem when moving the project to a new server. The sed command did the trick for me, though i had...

Automation of Edit+Save work around with Powershell ``` $Username = "" $Password = "" $NginxPMServer = "http://:" # Do login returning Bearer token $LoginResponse = Invoke-WebRequest -UseBasicParsing -Uri "$($NginxPMServer)/api/tokens" -Method...