We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b2e58b commit 2c1307aCopy full SHA for 2c1307a
vanilla/Caddyfile
@@ -0,0 +1,11 @@
1
+forum.example.com {
2
+ root /var/www/vanilla/
3
+
4
+ fastcgi / /run/php/php7.0-fpm.sock php {
5
+ index index.php
6
+ }
7
8
+ rewrite {
9
+ to {path} /index.php?p={path}&{query}
10
11
+}
vanilla/README.md
@@ -0,0 +1,6 @@
+# [Vanilla](https://open.vanillaforums.com/)
+**Considerations:**
+- You may need to change the `fastcgi` endpoint to the listen address of your `php-fpm` instance
+- Make sure that the user that Caddy is running under has permissions to to `php-fpm`
+- Make sure that the user that `php-fpm` is running under has permissions to the `root` directory
0 commit comments