[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-deployment] branch master updated: git-ssl nginx
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-deployment] branch master updated: git-ssl nginx |
Date: |
Mon, 29 Oct 2018 13:39:54 +0100 |
This is an automated email from the git hooks/post-receive script.
ng0 pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new 2df5d46 git-ssl nginx
2df5d46 is described below
commit 2df5d46867e9d6701e55ab837b45ece5dda68099
Author: Nils Gillmann <address@hidden>
AuthorDate: Mon Oct 29 12:40:49 2018 +0000
git-ssl nginx
Signed-off-by: Nils Gillmann <address@hidden>
---
guix/etc/nginx/sites-enabled/git-ssl.site | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/guix/etc/nginx/sites-enabled/git-ssl.site
b/guix/etc/nginx/sites-enabled/git-ssl.site
index 673ced5..a0c02f0 100644
--- a/guix/etc/nginx/sites-enabled/git-ssl.site
+++ b/guix/etc/nginx/sites-enabled/git-ssl.site
@@ -3,8 +3,9 @@ server {
listen [::]:443 ssl; ## listen for ipv4; this line is default and
implied
# listen [::]:80 default_server ipv6only=on; ## listen for ipv6
- root /var/git;
- server_name git.taler.net;
+ root /srv/git;
+ #server_name git.taler.net;
+ server_name gv.taler.net;
include conf.d/talerssl;
access_log /var/log/nginx/git.taler.net_access.log;
@@ -12,7 +13,7 @@ server {
location ~ ^(.*?)\.git/(HEAD|info/refs|objects/.*|git-upload-pack)$ {
include /etc/nginx/fastcgi_params;
- fastcgi_param SCRIPT_FILENAME /usr/lib/git-core/git-http-backend;
+ fastcgi_param SCRIPT_FILENAME
/run/current-system/profile/libexec/git-core/git-http-backend;
fastcgi_param GIT_PROJECT_ROOT /home/git/repositories;
fastcgi_param PATH_INFO $uri;
fastcgi_pass unix:/var/run/fcgiwrap.socket;
@@ -24,7 +25,7 @@ server {
location / {
include /etc/nginx/fastcgi_params;
- fastcgi_param SCRIPT_FILENAME /var/www/cgit/cgit.cgi;
+ fastcgi_param SCRIPT_FILENAME
/run/current-system/profile/lib/cgit.cgi;
fastcgi_param PATH_INFO $uri;
fastcgi_pass unix:/var/run/fcgiwrap.socket;
}
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-deployment] branch master updated: git-ssl nginx,
gnunet <=