Khác biệt giữa các bản “Ghi chú Gitea on Centos”

Từ ChipFC Wiki
Bước tới: chuyển hướng, tìm kiếm
(Tạo trang mới với nội dung “Category:Tài liệu ChipFC * https://scottlinux.com/2014/12/08/how-to-create-a-systemd-service-in-linux-centos-7/ * https://docs.gitea.io/en-us/inst…”)
 
Dòng 1: Dòng 1:
 
[[Category:Tài liệu ChipFC]]
 
[[Category:Tài liệu ChipFC]]
  
 +
 +
== Install ==
 +
* https://docs.gitea.io/en-us/install-from-binary/
 +
 +
== Run as service and autorun at startup ==
 
* https://scottlinux.com/2014/12/08/how-to-create-a-systemd-service-in-linux-centos-7/
 
* https://scottlinux.com/2014/12/08/how-to-create-a-systemd-service-in-linux-centos-7/
* https://docs.gitea.io/en-us/install-from-binary/
+
 
 +
== Forward Port on Plesk ==
 +
Ah, now I get it. So what you have to do in Plesk environment, navigate to your subdomain server settings and add the following additional directives for HTTP and HTTPS:
 +
 
 +
<syntaxhighlight>
 +
RewriteEngine On
 +
ProxyPass / http://localhost:3000/
 +
ProxyPassReverse / http://localhost:3000/
 +
</syntaxhighlight>

Phiên bản lúc 13:20, ngày 22 tháng 3 năm 2018


Install

Run as service and autorun at startup

Forward Port on Plesk

Ah, now I get it. So what you have to do in Plesk environment, navigate to your subdomain server settings and add the following additional directives for HTTP and HTTPS:

RewriteEngine On
ProxyPass / http://localhost:3000/
ProxyPassReverse / http://localhost:3000/