mirror of
https://github.com/laravel/valet.git
synced 2026-02-07 17:10:05 +01:00
use caddy as the server into php
This commit is contained in:
18
stubs/caddyDaemon.plist
Normal file
18
stubs/caddyDaemon.plist
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>Label</key>
|
||||
<string>com.laravel.valetServer</string>
|
||||
<key>WorkingDirectory</key>
|
||||
<string>VALET_PATH</string>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>./caddy</string>
|
||||
</array>
|
||||
<key>RunAtLoad</key>
|
||||
<true/>
|
||||
<key>StandardErrorPath</key>
|
||||
<string>/tmp/com.laravel.valetServer.err</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user