Update README.md
This commit is contained in:
15
README.md
15
README.md
@@ -28,6 +28,21 @@ _Source - https://docs.gitea.io/en-us/backup-and-restore/_
|
|||||||
/usr/bin/docker exec -u git -w /tmp/backups gitea bash -c "/app/gitea/gitea dump"
|
/usr/bin/docker exec -u git -w /tmp/backups gitea bash -c "/app/gitea/gitea dump"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## nginx
|
||||||
|
|
||||||
|
```bash
|
||||||
|
location / {
|
||||||
|
proxy_pass http://git_limbosolutions_com-gitea:80;
|
||||||
|
proxy_redirect off;
|
||||||
|
proxy_set_header Host $http_host;
|
||||||
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
|
proxy_set_header X-Forwarded-Protocol $scheme;
|
||||||
|
proxy_set_header X-Url-Scheme $scheme;
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## Other References
|
## Other References
|
||||||
|
|
||||||
- limbosolutions gitea hosting https://git.limbosolutions.com (chech the git repository https://git.limbosolutions.com/limbosolutions.com/git.limbosolutions.com )
|
- limbosolutions gitea hosting https://git.limbosolutions.com (chech the git repository https://git.limbosolutions.com/limbosolutions.com/git.limbosolutions.com )
|
||||||
Reference in New Issue
Block a user