dev: domain name in .env
This commit is contained in:
parent
7423c30a36
commit
f1f8d3adfc
4 changed files with 4 additions and 5 deletions
|
|
@ -26,13 +26,12 @@ http {
|
|||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name mcolonna.42.fr; # TODO(any)(nocopy)
|
||||
ssl_certificate /cert/cert.crt;
|
||||
ssl_certificate_key /cert/cert.key;
|
||||
ssl_protocols TLSv1.3;
|
||||
error_page 497 =301 /497.php;
|
||||
|
||||
access_log /var/log/nginx/mcolonna.42.fr.access.log main;
|
||||
access_log /var/log/nginx/access.log main;
|
||||
|
||||
location / {
|
||||
root /www;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue