Skip to content

wiiii/pt-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PT插件管理

使用方法

宝塔配置

宝塔伪静态里新增以下配置

    location /plugins {
        index index.html index.php;
        try_files $uri $uri/ /plugins$is_args$args;
    }

配置文件里新增如下配置

    location /pt-api/ {
      proxy_set_header Host $http_host;
      proxy_set_header X-Real-IP $remote_addr;
      proxy_set_header REMOTE-HOST $remote_addr;
      proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
      proxy_pass http://localhost:9348/;
    
    }

About

pt-plugins是nexusphp的一個插件后端

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors