This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Mount the EFS NFS volume | |
sudo mount -t nfs4 -o nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2 fs-b5f1571c.efs.us-west-2.amazonaws.com:/ efs | |
# Add Apache to ec2-user group if not already | |
sudo useradd -G apache ec2-user | |
sudo usermod -a -G apache ec2-user | |
# Set permissions on the new volume | |
sudo chmod 2775 /efs | |
sudo find /efs -type d -exec sudo chmod 2775 {} \; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="bubbles"><div class="test" contenteditable> | |
Living Lakes | |
<p class="smaller">– with – <p/> | |
<p class="small">Editable Text</p> | |
<p class="ex-small">You can simply click here and type anything you like...</p> | |
</div></div> | |
<svg xmlns="http://www.w3.org/2000/svg" version="1.1"> | |
<defs> |
OlderNewer