Timers and other features for Heroes of the Storm
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 

11 строки
234 B

  1. server {
  2. listen 80;
  3. server_name nexus-timers.local.tld;
  4. root /usr/share/nginx/html/dist;
  5. access_log /var/log/nginx/nexus-timers.access.log;
  6. error_log /var/log/nginx/nexus-timers.error.log;
  7. }