Guest User

Untitled

a guest
Feb 17th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. location ~ \.html$ {
  2. if (!-f $request_filename) {
  3. rewrite ^(.*)\.html$ $1.php permanent;
  4. }
  5. }
Add Comment
Please, Sign In to add comment