We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e7a669 commit 5bcbe0dCopy full SHA for 5bcbe0d
1 file changed
caddy/Caddyfile
@@ -1,6 +1,9 @@
1
# Docs: https://caddyserver.com/docs/caddyfile
2
0.0.0.0:80
3
fastcgi / php-fpm:9000 php
4
+rewrite {
5
+ to /index.php?{query}
6
+}
7
browse
8
log stdout
9
errors stdout
0 commit comments