summaryrefslogtreecommitdiff
path: root/images/router/nginx/http/git
diff options
context:
space:
mode:
Diffstat (limited to 'images/router/nginx/http/git')
-rw-r--r--images/router/nginx/http/git13
1 files changed, 13 insertions, 0 deletions
diff --git a/images/router/nginx/http/git b/images/router/nginx/http/git
new file mode 100644
index 0000000..0b14c54
--- /dev/null
+++ b/images/router/nginx/http/git
@@ -0,0 +1,13 @@
+server {
+ listen 443 ssl http2;
+ listen [::]:443 ssl http2;
+
+ server_name g.tx0.co git.tx0.co;
+
+ include snippets/ssl_http;
+ include snippets/wellknown;
+
+ location / {
+ proxy_pass http://git;
+ }
+}