Skip to content

Instantly share code, notes, and snippets.

View wallace57's full-sized avatar

Tinh Nguyen wallace57

View GitHub Profile
@peter-mcconnell
peter-mcconnell / password.config
Last active November 16, 2022 15:10
Elastic Beanstalk - Password protect
files:
"/etc/httpd/conf.d/allow_override.conf":
mode: "000644"
owner: ec2-user
group: ec2-user
encoding: plain
content: |
<Directory /var/www/html/myproject/>
AllowOverride AuthConfig
</Directory>