Small Reverse Proxy Enhancements (#8)

* Only load certs for domains which are doing a proxy. 301 redirects do not need certs.

* Fix tabs to spaces.

* Add slash to match Hyperling.com script.

* Fix comment capitalization.
This commit is contained in:
2023-07-23 02:32:53 +00:00
committed by GitHub
parent 4c24c30526
commit 5d9c5e495d
4 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ version: '3'
services:
app:
build: .
build: ./
restart: always
ports:
- "80:80"