Change gitea proxy_pass to use HTTPS
This commit is contained in:
parent
180f53774f
commit
53d757c46a
@ -26,7 +26,7 @@
|
||||
- ssl_certificate_key "/etc/ssl/letsencrypt/git.sickstack.com.pem"
|
||||
- add_header Strict-Transport-Security max-age=31536000
|
||||
- location / {
|
||||
proxy_pass http://localhost:3000;
|
||||
proxy_pass https://git.sickstack.com:3000;
|
||||
}
|
||||
|
||||
nginx_configs:
|
||||
|
Loading…
Reference in New Issue
Block a user