Skip to content

Commit

Permalink
Merge pull request #3305 from antgonza/fix-nginx
Browse files Browse the repository at this point in the history
fix nginx
  • Loading branch information
charles-cowart committed Jul 12, 2023
2 parents 4492c3d + 84693f9 commit 027613f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions qiita_pet/nginx_example.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ http {
}

server {
listen 8383;
listen 8383 ssl;
server_name _;
merge_slashes off;
ssl on;

ssl_certificate /home/runner/work/qiita/qiita/qiita_core/support_files/ci_server.crt;
ssl_certificate_key /home/runner/work/qiita/qiita/qiita_core/support_files/ci_server.key;
Expand Down

0 comments on commit 027613f

Please sign in to comment.