diff --git a/.env b/.env index 787b609..8dd4638 100644 --- a/.env +++ b/.env @@ -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@example.com -RR_SSL_DOMAIN=example.com - API_AUTH_TOKEN=qwerty API_AUTH_ENABLED=true diff --git a/.rr.yaml b/.rr.yaml index 26129da..ead1c5d 100644 --- a/.rr.yaml +++ b/.rr.yaml @@ -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