[nginx] Add gogs certificate
This commit is contained in:
parent
7e12db2454
commit
ef8846eb00
2 changed files with 10 additions and 1 deletions
|
|
@ -26,6 +26,10 @@ server {
|
|||
server {
|
||||
listen 443 ssl http2;
|
||||
server_name git.tazj.in;
|
||||
|
||||
ssl_certificate /etc/nginx/ssl/git.tazj.in/fullchain.pem;
|
||||
ssl_certificate_key /etc/nginx/ssl/git.tazj.in/key.pem;
|
||||
|
||||
location / {
|
||||
proxy_pass http://gogs-priv.default.svc.cluster.local:3000;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue