Conversation
Notices
-
I'm trying to come up with a configuration for #Caddy and !gnusocial but I keep having trouble with fancy URLs. This isn't a replacement for my current site, I'm just goofing off on my cloudatcost. Caddy is great, because the configs are really simple (excepting this fancy url thing), and it does encryption by default. So it seems like the perfect setup for #gnusocial. Anyone have any ideas for what is going wrong here:
social.klink.ml { errors /var/log/caddy/social.klink.ml.errors.log fastcgi / 127.0.0.1:9000 php gzip log /var/log/caddy/social.klink.ml.access.log tls email@address rewrite { r ^(.*)$ to {path} {path}/ /index.php?p={query} } root /var/www/social.klink.ml }