started work on moving variables from .lua to nginx
This commit is contained in:
5
examples/syslog/web-files/app1.website.com/index.php
Normal file
5
examples/syslog/web-files/app1.website.com/index.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
echo "hello from app1 !";
|
||||
|
||||
?>
|
||||
5
examples/syslog/web-files/app2.website.com/index.php
Normal file
5
examples/syslog/web-files/app2.website.com/index.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
echo "hello from app2 !";
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user