Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37715900
en ru br
ALT Linux repositórios
S:1.24.0-alt3
5.0: 0.8.15-alt1
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

Group :: Sistema/Servidores
RPM: nginx

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

worker_processes  10;

error_log @nginx_log@/error.log;

events {
worker_connections 1024;
}

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 don't need to be defined there, it always compressed
gzip_types text/plain text/css text/xml application/x-javascript application/atom+xml;

# gzip_comp_level 9;

server {
listen localhost:80;
server_name .*;

location / {
root /var/www/html;

# autoindex off;
# autoindex_exact_size on;
# autoindex_localtime off;

# expires off;

# cooperate with mod_realip in apache-1.3 or mod_rpaf in apache-2.x
# proxy_redirect off;
# proxy_set_header Host $host;
# proxy_set_header X-Real-IP $remote_addr;
# proxy_set_header X-Forwarded-For $remote_addr;
# proxy_pass http://127.0.0.1/;
}

# charset on;
# source_charset koi8-r;

access_log @nginx_log@/access.log;
}

}
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009