-
-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Description
Не получается разместить проект на next.js
Конфиг nginx ([project]/.osp/Nginx/domain.loc.conf)
server {
listen 80;
server_name domain.loc;
location / {
proxy_pass http://127.0.0.1:3000/;
}
}
Конфиг проекта ([project]/.osp/project.ini)
[domain.loc]
ip = 127.0.0.1
http_port = 80
nginx_engine = Nginx-1.27
При переходе на domain.loc выдает - Как вы здесь оказались?
Metadata
Metadata
Assignees
Labels
No labels