Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37503875
en ru br
Репозитории ALT
S:1.24.0-alt3
5.1: 1.0.4-alt0.M51.1
4.1: 0.6.29-alt1.M41.2
4.0: 0.5.38-alt0.M40.1
+backports:0.5.33-alt1.M40.1
3.0: 0.1.45-alt1
www.altlinux.org/Changes

Группа :: Система/Серверы
Пакет: nginx

 Главная   Изменения   Спек   Патчи   Исходники   Загрузить   Gear   Bugs and FR  Repocop 

# see http://nginx.net for info & docs

worker_processes 10;

error_log @nginx_log@/error.log;

events {
worker_connections 1024;
}

include /etc/nginx/conf-enabled.d/*.conf;

http {
proxy_temp_path @nginx_spool@/tmp/proxy;
fastcgi_temp_path @nginx_spool@/tmp/fastcgi;
client_body_temp_path @nginx_spool@/tmp/client;

include @nginx_etc@/mime.types;
default_type application/octet-stream;

sendfile on;

gzip on;

# text/html doesn't need to be defined there, it's compressed always
gzip_types text/plain text/css text/xml application/x-javascript application/atom+xml;

# gzip_comp_level 9;
include /etc/nginx/sites-enabled.d/*.conf;
}
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin