serve_header.yml.example 316 B

123456789101112131415
  1. # all paths are relative to the project root
  2. # the root directory for the web server
  3. # root: .
  4. # configure SSL
  5. # https:
  6. # enabled: true
  7. # these filenames are listed in .gitignore
  8. # cert_file: localhost.pem
  9. # key_file: localhost-key.pem
  10. # address and port for the server to listen on
  11. # bind: null
  12. # port: 8443