From 4c60541d362f9765a94e708c0aafe715b2cb0a7d Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 28 Apr 2020 01:25:00 -0400 Subject: typo --- modules/tozt/files/nginx/gitea-tls.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/tozt/files/nginx/gitea-tls.conf b/modules/tozt/files/nginx/gitea-tls.conf index b073996..d58435a 100644 --- a/modules/tozt/files/nginx/gitea-tls.conf +++ b/modules/tozt/files/nginx/gitea-tls.conf @@ -8,7 +8,7 @@ server { include ssl; location / { - proxy_pass http://unix:/run/gitea/gitea.sock:/ + proxy_pass http://unix:/run/gitea/gitea.sock:/; } } # vim:ft=nginx -- cgit v1.2.3-54-g00ecf