Skip to content

Commit

Permalink
misc: removed ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
amvid committed May 8, 2024
1 parent 6bdbaa9 commit 03347a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
6 changes: 0 additions & 6 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ RR_HTTP_PORT=8080
RR_NUM_WORKERS=3
RR_WORKER_MAX_MEMORY=75

RR_SSL_CERT_DIR=.certs
RR_SSL_CERT_KEY=example.com.key
RR_SSL_CERT_CRT=example.com.crt
RR_SSL_EMAIL=[email protected]
RR_SSL_DOMAIN=example.com

API_AUTH_TOKEN=qwerty
API_AUTH_ENABLED=true

Expand Down
14 changes: 0 additions & 14 deletions .rr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,6 @@ http:
static:
dir: "public"
forbid: [".php"]
ssl:
address: 0.0.0.0:443
redirect: true
key: ${RR_SSL_CERT_KEY}
cert: ${RR_SSL_CERT_CRT}
acme:
certs_dir: ${RR_SSL_CERT_DIR:-.cert}
email: ${RR_SSL_EMAIL}
alt_http_port: 80
alt_tlsalpn_port: 443
challenge_type: http-01
use_production_endpoint: true
domains:
- ${RR_SSL_DOMAIN}

logs:
mode: production
Expand Down

0 comments on commit 03347a0

Please sign in to comment.