diff --git a/Caddyfile-playground.ms b/Caddyfile-playground.ms new file mode 100644 index 0000000..1814703 --- /dev/null +++ b/Caddyfile-playground.ms @@ -0,0 +1,15 @@ +{ + admin off +} + +example.com, www.example.com { + encode gzip + tls /etc/ssl/certs/example.com.pem /etc/ssl/private/example.com.key + + root * /var/www/example.com + file_server browse +} + +:80 { + redir https://{host}{uri} permanent +} \ No newline at end of file diff --git a/landing/playground.ms.html b/landing/playground.ms.html index e585388..11ff982 100644 --- a/landing/playground.ms.html +++ b/landing/playground.ms.html @@ -3,7 +3,7 @@
-