no server name on 80

This commit is contained in:
Primakov Alexandr Alexandrovich 2021-06-06 16:28:50 +03:00
parent 6507960a4d
commit 862bf210d4

View File

@ -24,7 +24,7 @@ server {
server { server {
listen 80; listen 80;
server_name inno-ijl.ru; # server_name inno-ijl.ru;
# index index.php index.html index.htm index.nginx-debian.html; # index index.php index.html index.htm index.nginx-debian.html;
location / { location / {
add_header 'Access-Control-Allow-Origin' '*'; add_header 'Access-Control-Allow-Origin' '*';