Skip to content

long-fu/ImageService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

正正的运行需要配置代理 我用nginx

转载教程

vim /etc/nginx/nginx.conf

server {
  server_name __YOU_DOMAIN_IN_HERE__;
  location / {
    proxy_pass  http://127.0.0.1:8000;
  }
}

About

搭建一个python图床服务器

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages