forked from joseph/gitea_CICD
update README
This commit is contained in:
parent
314c89ef8f
commit
cf72ad6a48
|
|
@ -48,7 +48,7 @@ root@root#
|
||||||
|
|
||||||
- Add thr following configuration content.
|
- Add thr following configuration content.
|
||||||
|
|
||||||
``
|
```
|
||||||
location /git/ {
|
location /git/ {
|
||||||
#index index.html;
|
#index index.html;
|
||||||
proxy_pass http://<IP-address>:<PORT>;
|
proxy_pass http://<IP-address>:<PORT>;
|
||||||
|
|
@ -71,7 +71,7 @@ root@root#
|
||||||
proxy_busy_buffers_size 256k;
|
proxy_busy_buffers_size 256k;
|
||||||
proxy_temp_file_write_size 256k;
|
proxy_temp_file_write_size 256k;
|
||||||
}
|
}
|
||||||
``
|
```
|
||||||
|
|
||||||
- Change IP address and port. The port corresponds to the port of the "service_run/giteaService.conf" file.
|
- Change IP address and port. The port corresponds to the port of the "service_run/giteaService.conf" file.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue