pastebin

Paste Search Dynamic
Recent pastes
host rewrite
  1. f ( $host != "mywebhost.com" ){
  2.  
  3. rewrite ^/(.*)$ https://mywebhost.com/$1 permanent;
  4.  
  5. }
Parsed in 0.001 seconds