Piper Lawson, Gordon Highlanders (attached to 11th Commando in photo), playing the bagpipes on top of Fort Famagusta, Cyprus, April/May 1941. [306x308]
Tuesday, July 14, 2020
Piper Lawson, Gordon Highlanders (attached to 11th Commando in photo), playing the bagpipes on top of Fort Famagusta, Cyprus, April/May 1941. [306x308]
Piper Lawson, Gordon Highlanders (attached to 11th Commando in photo), playing the bagpipes on top of Fort Famagusta, Cyprus, April/May 1941. [306x308]
Monday, July 13, 2020
Ebextension file for redirection Http to Https with Elastic beanstalk
Ebextension file for redirection Http to Https with Elastic beanstalk
files:
# Redirect HTTP to HTTPS
"/etc/httpd/conf.d/https_redirect.conf":
mode: "000644"
owner: root
group: root
content: |
RewriteEngine on
RewriteCond %{HTTP:X-Forwarded-Proto} ^http$
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
files:
# Redirect HTTP to HTTPS
"/etc/httpd/conf.d/https_redirect.conf":
mode: "000644"
owner: root
group: root
content: |
RewriteEngine on
RewriteCond %{HTTP:X-Forwarded-Proto} ^http$
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]