Browse Source

Update 'sites-available/gitea'

alex 6 years ago
parent
commit
9d86458378
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      sites-available/gitea

+ 1
- 1
sites-available/gitea View File

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