Bläddra i källkod

Update 'sites-available/gitea'

alex 6 år sedan
förälder
incheckning
9d86458378
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      sites-available/gitea

+ 1
- 1
sites-available/gitea Visa fil

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