Guest User

Untitled

a guest
Jun 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. server {
  2. listen 4000;
  3. location / {
  4. root /usr/share/nginx/html;
  5. index index.html index.htm;
  6. try_files $uri $uri/ /index.html =404;
  7. }
  8. }
  9.  
  10. nc -z localhost 4000
  11.  
  12. nc -z localhost 80
  13. Connection to localhost 80 port [tcp/http] succeeded!
Add Comment
Please, Sign In to add comment