08 2020 档案
centos7 部署gitlab并汉化
摘要:首先准备工作: 下载wget yum install -y vim yum install -y wget cd /usr/local wget https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el6/gitlab-ce-10.0.2-ce.0. 阅读全文
posted @ 2020-08-27 13:37 程序小院 阅读(119) 评论(0) 推荐(0)
linux nginx uwsgi django
摘要:先讲下配置 nginx 方面 外网ip:8000端口 server { listen 8000; server_name 服务器外网ip; charset utf-8; client_max_body_size 75M; location / { include uwsgi_params; uwsg 阅读全文
posted @ 2020-08-20 15:05 程序小院 阅读(180) 评论(0) 推荐(0)