virtual host

Latest activity

The virtual host tag currently brings together 1 visible item related to virtual host.

virtual host currently spans 1 content type. Main matches include Тема (1). Последняя активность была 13.10.23 в 10:19.

Recent tagged content includes Тема 'Конфигурация Nginx Virtual Host'.

1
Results
1
Content types
1
Contributors
Contributors: Itnull
  1. Конфигурация Nginx Virtual Host

    Пример конфигурации Nginx Virtual Host server { listen 80; server_name test.com www.test.com; location / { proxy_pass http://your_ip_address:8080; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For...
Назад
Сверху Снизу