keep
keep copied to clipboard
Issue with storing multi line command
Is that possible to store multi line commands ?
ex:
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/?secure/(.*) https://%{SERVER_NAME}/secure/$1 [R,L]
It would be nice if we have this feature.