Docker composer is working fine
This commit is contained in:
@@ -12,6 +12,8 @@ server {
|
||||
|
||||
ssl_certificate /etc/ssl/certs/fullchain.pem;
|
||||
ssl_certificate_key /etc/ssl/certs/privkey.pem;
|
||||
include /etc/ssl/conf/options-ssl-nginx.conf;
|
||||
ssl_dhparam /etc/ssl/conf/ssl-dhparams.pem;
|
||||
|
||||
location / {
|
||||
proxy_pass http://webapp:3000;
|
||||
|
||||
Reference in New Issue
Block a user