1
0
Fork 0
forked from exozyme/nginx

Rename Gitea socket path

This commit is contained in:
Anthony Wang 2022-01-05 11:35:36 -06:00
parent 39753357f5
commit a996da955a
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -6,7 +6,7 @@ server {
include conf.d/ssl;
location / {
proxy_pass http://unix:/run/gitea/gitea.socket;
proxy_pass http://unix:/run/gitea/gitea.sock;
client_max_body_size 1G;
}
}