nginx.conf:
worker_processes 1;
events {
worker_connections 1024;
}
http {
include mime.types;
default_type application/octet-stream;
sendfile on;
keepalive_timeout 65;
server {
listen 178.213.4.47:80;
server_name 178.213.4.47;
charset utf-8;
location / {
root memes;
index html/index.html index.htm;
}
error_page 404 /404.html;
location /404.html {
root memes/html;
}
}
}
Может на роутере нужно что-то настроить? Внутренний IP: 192.168.0.8
Я совсем новичек. Хотел бы свой небольшой сайт, который был бы доступен из вне по IP.