update
This commit is contained in:
12
gitea/Demo/GiteaWithNginx/nginx/http.d/gitea.conf
Normal file
12
gitea/Demo/GiteaWithNginx/nginx/http.d/gitea.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name git.xxxx.com;
|
||||
access_log off;
|
||||
error_log /var/log/nginx/error-gitea.log;
|
||||
location / {
|
||||
proxy_pass http://unix:/socket/gitea;
|
||||
client_max_body_size 1024m;
|
||||
client_body_buffer_size 1024m;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user