Skip to content
Snippets Groups Projects
Select Git revision
  • 4c1fbb682405a7944cd3088467901b09451a8800
  • main default protected
  • VPN
  • forward_proxy_authentiction
  • segmentation_without_authentication
5 results

Dockerfile

Blame
  • Dockerfile 108 B
    FROM nginx:stable-alpine
    
    COPY nginx.conf /etc/nginx/conf.d/default.conf
    COPY .htpasswd /etc/nginx/.htpasswd