full-install: add letsencrypt cert gen script

This commit is contained in:
starbirdtech383
2024-01-26 15:26:51 +05:30
parent 818f8082be
commit ea8662a4e1
12 changed files with 134 additions and 13 deletions

View File

@@ -3,11 +3,6 @@ server {
listen 80;
listen [::]:80;
server_name localhost;
# server_name my.nocodb.com;
# listen 443 default_server ssl;
# listen [::]:443 ssl ;
# ssl_certificate /etc/nginx/ssl/live/status.nocodb.com/fullchain.pem;
# ssl_certificate_key /etc/nginx/ssl/live/status.nocodb.com/privkey.pem;
location / {
proxy_pass http://nocodb_backend;