Guest User

Untitled

a guest
Apr 24th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. testdomain.com -> 404
  2. http://testdomain.com -> 404
  3. https://testdomain.com -> works
  4. www.testdomain.com -> works
  5. https://www.testdomain.com -> works
  6.  
  7. server {
  8. listen 80;
  9. server_name testdomain.com www.testdomain.com;
  10.  
  11. #do stuff here
  12.  
  13. }
Add Comment
Please, Sign In to add comment