diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-27 22:57:51 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-27 22:57:51 +0100 |
| commit | 2b309039c4564c1dd1a4151abc21c1e180a49525 (patch) | |
| tree | 5f5de9983a9f3843c61c3cb8971868cc45837f43 /Caddyfile | |
| parent | d6d3c40ae367eac45dd232b5fdd36f81cc528344 (diff) | |
Added pretty-links for commissions and portfolio to the CaddyFile
Diffstat (limited to 'Caddyfile')
| -rw-r--r-- | Caddyfile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -38,6 +38,14 @@ path_regexp blogPost ^/blog/(.+)$ } rewrite @blogPost /Pages/blog/blog.php?post={re.blogPost.1} + + ## PORTFOLIO ## + rewrite /portfolio /Pages/art/portfolio.html + rewrite /portfolio/ /Pages/art/portfolio.html + + ## COMMISSIONS ## + rewrite /commissions /Pages/commissions/commissions.php + rewrite /commissions/ /Pages/commissions/commissions.php } # Refer to the Caddy docs for more information: |
