Parcourir la source

Update 'sites-available/gitea'

alex il y a 6 ans
Parent
révision
9d86458378
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      sites-available/gitea

+ 1
- 1
sites-available/gitea Voir le fichier

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