Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zzeppozz committed Oct 14, 2024
1 parent 1dea8ea commit 8d0f9f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ SECRET_KEY=dev
WORKING_DIRECTORY=/scratch-path
AWS_DATA_DIRECTORY=/volumes/aws_data

FQDN=bison.localhost
FQDN=localhost
PYTHONPATH=/home/bison/bison:/home/bison/flask_app
4 changes: 2 additions & 2 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ server {
return 301 https://$host$request_uri;
}

# Broker
# Bison
server {
listen 443 ssl;
index index.html;
server_name bison.localhost;
server_name localhost;

ssl_certificate /etc/letsencrypt/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/privkey.pem;
Expand Down

0 comments on commit 8d0f9f8

Please sign in to comment.