aboutsummaryrefslogtreecommitdiff
path: root/web/http/start-server.sh
blob: c8271461b1b9585e3950cf3b739d979affc534e8 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

# Run this script from the main folder (../../)

darkhttpd web/http \
  --header 'Cross-Origin-Opener-Policy: same-origin' \
  --header 'Cross-Origin-Embedder-Policy: require-corp' \
  --mimetypes web/http/mime

Generated with cgit - Back to sebastiano.tronto.net