|
@@ -41,7 +41,7 @@ server {
|
41
|
41
|
server_name git.ataber.pw;
|
42
|
42
|
|
43
|
43
|
location / {
|
44
|
|
- proxy_pass http://unix:/home/alex/gitea.sock;
|
|
44
|
+ proxy_pass http://unix:/home/alex/gitea.sock; // if not using sockets use http://localhost:3000;
|
45
|
45
|
}
|
46
|
46
|
|
47
|
47
|
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
|