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. }