Add serve_header.py for rapid testing on Compiler Explorer (#3456)

This commit is contained in:
Florian Albrechtskirchinger
2022-05-01 13:52:52 +02:00
committed by GitHub
parent b21c345179
commit 0c698b75cc
7 changed files with 538 additions and 1 deletions
@@ -0,0 +1,15 @@
# all paths are relative to the project root
# the root directory for the web server
# root: .
# configure SSL
# https:
# enabled: true
# these filenames are listed in .gitignore
# cert_file: localhost.pem
# key_file: localhost-key.pem
# address and port for the server to listen on
# bind: null
# port: 8443