mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-26 11:06:11 +00:00
full-install: add letsencrypt cert gen script
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user