[30388f42] Infrastructure Hardening: Repaired CE/Connector DB schema, fixed frontend styling build, implemented robust echo shield in worker v2.1.1, and integrated Lead Engine into gateway.
This commit is contained in:
9
dockerfiles/Dockerfile.proxy
Normal file
9
dockerfiles/Dockerfile.proxy
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM nginx:alpine
|
||||
|
||||
# Install apache2-utils to generate .htpasswd natively
|
||||
RUN apk add --no-cache apache2-utils
|
||||
|
||||
# Create the user 'admin' with password 'gemini' using bcrypt (most secure & compatible)
|
||||
RUN htpasswd -bc /etc/nginx/.htpasswd admin gemini
|
||||
|
||||
COPY nginx-proxy.conf /etc/nginx/nginx.conf
|
||||
Reference in New Issue
Block a user