|
|
@@ -1,9 +1,22 @@ |
|
|
|
load_module /usr/local/lib/ngx_rtmp_module.so; |
|
|
|
worker_processes 1; |
|
|
|
|
|
|
|
events { |
|
|
|
worker_connections 1024; |
|
|
|
} |
|
|
|
|
|
|
|
rtmp { |
|
|
|
server { |
|
|
|
listen 1935; |
|
|
|
chunk_size 4096; |
|
|
|
|
|
|
|
application live { |
|
|
|
live on; |
|
|
|
record off; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
http { |
|
|
|
disable_symlinks off; |
|
|
|
|
|
|
@@ -21,16 +34,25 @@ http { |
|
|
|
server { |
|
|
|
listen 80; |
|
|
|
server_name heavenisin.space; |
|
|
|
index index.html index.htm; |
|
|
|
index index.html; |
|
|
|
|
|
|
|
include common.conf; |
|
|
|
root /var/www/pub_http/; |
|
|
|
root /var/www/heavenisin.space/; |
|
|
|
|
|
|
|
location /temp { |
|
|
|
alias /tmp/hosting/; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
server { |
|
|
|
listen 80; |
|
|
|
server_name bussyslayer69.gay; |
|
|
|
index index.html; |
|
|
|
|
|
|
|
include common.conf; |
|
|
|
root /var/www/bussyslayer69.gay/; |
|
|
|
} |
|
|
|
|
|
|
|
server { |
|
|
|
listen 81; |
|
|
|
listen [::]:81; |
|
|
|