mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 13:59:31 +02:00
* Insert hint into FastCGI code for setting port on which to listen
git-svn-id: trunk@51218 -
This commit is contained in:
parent
c8dc0c6767
commit
31641874aa
@ -726,6 +726,9 @@ begin
|
||||
+'begin'+le
|
||||
+' With TFCGIApp.Create(Nil) do'+le
|
||||
+' try'+le
|
||||
+' { Uncomment the port setting here if you want to run the '+le
|
||||
+' FastCGI application stand-alone (e.g. for NGINX) }'+le
|
||||
+' // Port:=2015; // For example'+le
|
||||
+' Initialize;'+le
|
||||
+' Run;'+le
|
||||
+' finally'+le
|
||||
@ -793,6 +796,9 @@ begin
|
||||
+le
|
||||
+'begin'+le
|
||||
+' Application.Title:=''fcgiproject1'';'+le
|
||||
+' { Uncomment the port setting here if you want to run the '+le
|
||||
+' FastCGI application stand-alone (e.g. for NGINX) }'+le
|
||||
+' // Application.Port:=2015; // For example'+le
|
||||
+' Application.Initialize;'+le
|
||||
+' Application.Run;'+le
|
||||
+'end.'+le
|
||||
|
Loading…
Reference in New Issue
Block a user