Advertisement
BimoSora

Untitled

Nov 11th, 2019
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. location /id {
  2. error_page 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 421 422 423 424 426 428 429 431 451 500 501 502 503 504 505 506 507 508 @error;
  3. try_files $uri $uri.html $uri/ @extensionless-php2;
  4. index index.html index.htm index.php;
  5. }
  6.  
  7. location @error {
  8. return 301 https://www.gonitechnology.com/id/error;
  9. }
  10.  
  11.  
  12. location @extensionless-php2 {
  13. rewrite ^(.*)$ $1.php last;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement