summaryrefslogtreecommitdiff
path: root/src/Nginx
diff options
context:
space:
mode:
authorFbenas <philbeansburton@gmail.com>2017-08-22 01:07:51 +0100
committerFbenas <philbeansburton@gmail.com>2017-08-22 01:07:51 +0100
commit47b154758e789e75ec597d88540cdb7f4e352225 (patch)
tree3e8ec0a763e2d72534a54e177af292ee7100fbcf /src/Nginx
parent3de70e73fb53ada12a4d7d332853253523720511 (diff)
Make sure we write the nginx conf
Diffstat (limited to 'src/Nginx')
-rw-r--r--src/Nginx/Restart.php21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/Nginx/Restart.php b/src/Nginx/Restart.php
new file mode 100644
index 0000000..cd150be
--- /dev/null
+++ b/src/Nginx/Restart.php
@@ -0,0 +1,21 @@
+<?php
+
+namespace App\Nginx;
+
+/**
+ * Restarts nginx
+ *
+ * @author Phil Burton <phil@d3r.com>
+ */
+class Restart
+{
+ /**
+ * Create the new file
+ *
+ * @author Phil Burton <phil@d3r.com>
+ */
+ public function restart()
+ {
+
+ }
+}