updated caddyfile

This commit is contained in:
Jack Goh
2018-07-18 16:36:31 +08:00
parent 4120f33ff8
commit 0c7ae77133
+1 -1
View File
@@ -1,7 +1,7 @@
# Docs: https://caddyserver.com/docs/caddyfile
https://exchange-staging.izyim.com {
root /var/www/public
fastcgi / app:8000 php {
fastcgi / 127.0.0.1:8000 php {
index index.php
}