Advertisement
Guest User

Untitled

a guest
Jul 8th, 2018
672
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. server {
  2. listen 80;
  3. listen [::]:80;
  4. root /var/www/ha.mydomain.ru/html;
  5. index index.html index.htm index.nginx-debian.html;
  6. server_name ha.mydomain.ru www.ha.mydomain.ru;
  7. location / {
  8. try_files $uri $uri/ =404;
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement