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