Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a simple Tracker written by PHP #11

Closed
linkec opened this issue Jul 17, 2018 · 1 comment
Closed

a simple Tracker written by PHP #11

linkec opened this issue Jul 17, 2018 · 1 comment

Comments

@linkec
Copy link

linkec commented Jul 17, 2018

https://github.com/linkec/hlsp2p-php-tracker

a tracker for HLSjs-p2p-engine written by PHP
1.Install Nginx+PHP enviroment,whatever you are using Windows OR Linux(Better)
2.Set the Nginx rewrite rule
location / {
try_files $uri $uri/ /?$args;
}
3.Enjoy

BTW Apache is able to serve this file, but I am not sure how to write rewrite rule,Any one help us to improve?

基于PHP编写的 HLSjs-p2p-engine Tracker
1.安装Nginx和PHP环境

2.设置Nginx的伪静态

location / {
try_files $uri $uri/ /?$args;
}
完事儿~

@snowinszu snowinszu reopened this Jul 17, 2018
@linkec
Copy link
Author

linkec commented Jul 17, 2018

@snowinszu any IM could be given? Have some questions for asking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants