Skip to content

Commit

Permalink
fix: change nginx to ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
narenaryan committed Apr 9, 2023
1 parent 98ed6a8 commit a08ba46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nginx/conf.d/local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ upstream vidura_server {
# now we declare our main server
server {

listen 80;
listen 443 ssl;
server_name cloud.vidura.ai;

location / {
Expand Down

0 comments on commit a08ba46

Please sign in to comment.