Files
recipe-app/flutter/Caddyfile
T

10 lines
191 B
Caddyfile
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
:{$PORT:5000} {
root * /usr/share/caddy
file_server
# SPA-routing returnera alltid index.html för okända paths
try_files {path} /index.html
encode gzip
}