update README

This commit is contained in:
Joseph Le 2023-10-13 13:55:11 +11:00
parent 314c89ef8f
commit cf72ad6a48
1 changed files with 2 additions and 2 deletions

View File

@ -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.