Ghi chú Gitea on Centos

Từ ChipFC Wiki
Bước tới: chuyển hướng, tìm kiếm


Install

Run as service and autorun at startup

sudo systemctl enable gitea
sudo systemctl start gitea
sudo systemctl status gitea
sudo systemctl stop gitea

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/