I hereby claim:
- I am severecloud on github.
- I am severecloud (https://keybase.io/severecloud) on keybase.
- I have a public key whose fingerprint is 1336 21E2 715E 7EF7 5C00 0F9F AFFB 176B EEC9 12DE
To claim this, I am signing this object:
| #!/bin/bash | |
| for f in $(find . -type f -name "*.png");do optipng $f;done | |
| for f in $(find . -type f -name "*.jp*g");do jpegoptim -m70 $f --strip-all;done | |
| exit 0 |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| cd /home/severecloud/Изображения/ | |
| lasti=-1 | |
| endfile='' | |
| while true | |
| do | |
| i=0 |
https://RewriteEngine On нужно написатьRewriteCond %{HTTPS} off
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]