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:
parent
6872b0d215
commit
b27c7f3809
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue