Ver código fonte

Update 'sites-available/gitea'

alex 6 anos atrás
pai
commit
9d86458378
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      sites-available/gitea

+ 1
- 1
sites-available/gitea Ver arquivo

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