feat: caddyfile, api.service, 01.sh makefile
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# Set the email address that should be used to contact you if there is a problem with
|
||||
# your TLS certificates.
|
||||
{
|
||||
email you@example.com
|
||||
}
|
||||
|
||||
# Remove the http:// prefix from your site address.
|
||||
xxx.xxx.net {
|
||||
respond /debug/* "Not Permitted" 403
|
||||
reverse_proxy localhost:4000
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user