1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-19 15:28:06 +02:00

Remove server_name from config

This commit is contained in:
Christopher Hoskin 2021-04-27 12:07:21 +01:00
parent 6872b0d215
commit b27c7f3809

View file

@ -3,9 +3,7 @@ events {}
http {
server {
listen 443 ssl;
server_name _; # Catch all, see http://nginx.org/en/docs/http/server_names.html
server_name overleaf-toolkit.com;
ssl_certificate /certs/nginx_certificate.pem;
ssl_certificate_key /certs/nginx_key.pem;