add nginx.conf and improve readme
This commit is contained in:
9
gitea/nginx.conf
Normal file
9
gitea/nginx.conf
Normal file
@ -0,0 +1,9 @@
|
||||
server {
|
||||
server_name sudomain.your.domain;
|
||||
client_max_body_size 15M;
|
||||
location / {
|
||||
proxy_pass http://127.0.0.1:3000;
|
||||
}
|
||||
|
||||
listen 80;
|
||||
}
|
Reference in New Issue
Block a user