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:
@@ -9,7 +9,7 @@ version: '3'
|
||||
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
build: ./
|
||||
restart: always
|
||||
ports:
|
||||
- "80:80"
|
||||
|
Reference in New Issue
Block a user