Skip to content

Commit

Permalink
remove ssl declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
3mcd committed May 22, 2024
1 parent 53669a5 commit 244ba97
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion integrations/evaluations-proxy/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ events {
http {
server {
listen 80;
listen 443 ssl;
server_name integration-evaluations.onrender.com;
return 301 $scheme://app.pubpub.org/intg/evaluations$request_uri;
}
Expand Down
1 change: 0 additions & 1 deletion integrations/submissions-proxy/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ events {
http {
server {
listen 80;
listen 443 ssl;
server_name integration-submissions.onrender.com;
return 301 $scheme://app.pubpub.org/intg/submissions$request_uri;
}
Expand Down

0 comments on commit 244ba97

Please sign in to comment.