Skip to content

新版的后台,新版用户体验,新的资源管理,新的观看效果 Visit=> https://koogle.cc

Notifications You must be signed in to change notification settings

wallehxz/Tviewing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

流畅的管理后台

自适应播放页面

用户行为分析统计

用户观看互动

更多资源

    if ($host != 'www.koogle.cc' ) {
        rewrite ^/(.*)$ https://www.koogle.cc/$1  permanent;
    }


    if ($request_uri ~  ^/show/(.*)$ ) {
        set $show "show";
    }

    if ($scheme = 'https') {
    }

    if ($show = "showhttps") {
       rewrite ^/(.*)$ http://www.koogle.cc/$1 permanent;
    }

  if ($request_uri !~ ^/show/(.*)$) {
      set $not_show "notshow";
  }

  if ($scheme = 'http') {
      set $not_show "${not_show}http";
  }

  if ($not_show = "notshowhttp") {
      rewrite ^/(.*)$ https://www.koogle.cc/$1 permanent;
  }

About

新版的后台,新版用户体验,新的资源管理,新的观看效果 Visit=> https://koogle.cc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published