File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ internal static partial class Program
11
11
{
12
12
private static Boolean SignalNginxReload ( ref Configuration configuration )
13
13
{
14
- Log . FastLog ( Environment . UserName , LogSeverity . Debug , "Signal" ) ;
14
+ Log . FastLog ( "Signaling as: " + Environment . UserName , LogSeverity . Verbose , "Signal" ) ;
15
15
16
16
Process nginx = new ( ) ;
17
17
nginx . StartInfo . FileName = configuration . NginxPath ;
Original file line number Diff line number Diff line change 14
14
15
15
[ assembly: Guid ( "305d3d7e-daac-4bc9-81f0-51c2bca3fbed" ) ]
16
16
17
- [ assembly: AssemblyVersion ( "1.0.0 .0" ) ]
18
- [ assembly: AssemblyFileVersion ( "1.0.0 .0" ) ]
17
+ [ assembly: AssemblyVersion ( "1.0.1 .0" ) ]
18
+ [ assembly: AssemblyFileVersion ( "1.0.1 .0" ) ]
19
19
[ assembly: AssemblyInformationalVersion ( "1.0 stables" ) ]
Original file line number Diff line number Diff line change 7
7
8
8
---
9
9
10
- Written in C# - .Net Framework 4.8.1 (C# 12.0)
11
- Does not need administrative privileges - must run as the same user as the nginx process in order to be able to signal a reload.
10
+ SSH server cipher must be compatible with [ SSH.NET] ( https://github.com/sshnet/SSH.NET )
11
+ Does not need administrative privileges - must run as the same user as the nginx process in order to be able to signal a reload.
12
+
13
+ Written in C# (12.0) .Net Framework v4.8.1
You can’t perform that action at this time.
0 commit comments