add rewrite rule to fix 404 errors when navigating to different pages.
This commit is contained in:
		@@ -1,6 +1,9 @@
 | 
			
		||||
# Docs: https://caddyserver.com/docs/caddyfile
 | 
			
		||||
0.0.0.0:80
 | 
			
		||||
fastcgi / php-fpm:9000 php
 | 
			
		||||
rewrite {
 | 
			
		||||
    to /index.php?{query}
 | 
			
		||||
}
 | 
			
		||||
browse
 | 
			
		||||
log stdout
 | 
			
		||||
errors stdout
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user