Конфиг апача:<br><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">ServerType standalone<br>ServerRoot &quot;/usr/local&quot;<br>PidFile /var/run/httpd.pid
<br>ScoreBoardFile /var/run/httpd.scoreboard<br><br>Timeout 600<br>KeepAlive On<br>MaxKeepAliveRequests 300<br>KeepAliveTimeout 5<br>MinSpareServers 5<br>MaxSpareServers 20<br>StartServers 4<br>MaxClients 450<br>MaxRequestsPerChild 500
<br><br>BindAddress <a href="http://127.0.0.1">127.0.0.1</a><br>&lt;IfModule !mod_realip.c&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LoadModule realip_module /usr/local/libexec/apache/mod_realip.so<br>&lt;/IfModule&gt;<br>RealIP localhost <a href="http://80.91.177.106">
80.91.177.106</a><br><br>LoadModule mmap_static_module libexec/apache/mod_mmap_static.so<br>LoadModule vhost_alias_module libexec/apache/mod_vhost_alias.so<br>LoadModule env_module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libexec/apache/mod_env.so<br>LoadModule config_log_module&nbsp; libexec/apache/mod_log_config.so
<br>LoadModule mime_magic_module&nbsp; libexec/apache/mod_mime_magic.so<br>LoadModule mime_module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libexec/apache/mod_mime.so<br>LoadModule negotiation_module libexec/apache/mod_negotiation.so<br>LoadModule status_module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libexec/apache/mod_status.so
<br>LoadModule info_module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libexec/apache/mod_info.so<br>LoadModule includes_module&nbsp;&nbsp;&nbsp; libexec/apache/mod_include.so<br>LoadModule autoindex_module&nbsp;&nbsp; libexec/apache/mod_autoindex.so<br>LoadModule dir_module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libexec/apache/mod_dir.so
<br>LoadModule cgi_module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libexec/apache/mod_cgi.so<br>LoadModule asis_module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libexec/apache/mod_asis.so<br>LoadModule imap_module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libexec/apache/mod_imap.so<br>LoadModule action_module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libexec/apache/mod_actions.so
<br>LoadModule speling_module&nbsp;&nbsp;&nbsp;&nbsp; libexec/apache/mod_speling.so<br>LoadModule userdir_module&nbsp;&nbsp;&nbsp;&nbsp; libexec/apache/mod_userdir.so<br>LoadModule alias_module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libexec/apache/mod_alias.so<br>LoadModule rewrite_module&nbsp;&nbsp;&nbsp;&nbsp; libexec/apache/mod_rewrite.so
<br>LoadModule access_module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libexec/apache/mod_access.so<br>LoadModule auth_module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libexec/apache/mod_auth.so<br>LoadModule anon_auth_module&nbsp;&nbsp; libexec/apache/mod_auth_anon.so<br>LoadModule db_auth_module&nbsp;&nbsp;&nbsp;&nbsp; libexec/apache/mod_auth_db.so
<br>LoadModule digest_module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libexec/apache/mod_digest.so<br>LoadModule proxy_module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libexec/apache/libproxy.so<br>LoadModule cern_meta_module&nbsp;&nbsp; libexec/apache/mod_cern_meta.so<br>LoadModule expires_module&nbsp;&nbsp;&nbsp;&nbsp; libexec/apache/mod_expires.so
<br>LoadModule headers_module&nbsp;&nbsp;&nbsp;&nbsp; libexec/apache/mod_headers.so<br>LoadModule usertrack_module&nbsp;&nbsp; libexec/apache/mod_usertrack.so<br>LoadModule log_forensic_module libexec/apache/mod_log_forensic.so<br>LoadModule unique_id_module&nbsp;&nbsp; libexec/apache/mod_unique_id.so
<br>LoadModule setenvif_module&nbsp;&nbsp;&nbsp; libexec/apache/mod_setenvif.so<br>LoadModule php4_module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libexec/apache/libphp4.so<br><br>ClearModuleList<br>AddModule mod_mmap_static.c<br>AddModule mod_vhost_alias.c<br>AddModule mod_env.c
<br>AddModule mod_log_config.c<br>AddModule mod_mime_magic.c<br>AddModule mod_mime.c<br>AddModule mod_negotiation.c<br>AddModule mod_status.c<br>AddModule mod_info.c<br>AddModule mod_include.c<br>AddModule mod_autoindex.c
<br>AddModule mod_dir.c<br>AddModule mod_cgi.c<br>AddModule mod_asis.c<br>AddModule mod_imap.c<br>AddModule mod_actions.c<br>AddModule mod_speling.c<br>AddModule mod_userdir.c<br>AddModule mod_alias.c<br>AddModule mod_rewrite.c
<br>AddModule mod_access.c<br>AddModule mod_auth.c<br>AddModule mod_auth_anon.c<br>AddModule mod_auth_db.c<br>AddModule mod_digest.c<br>AddModule mod_proxy.c<br>AddModule mod_cern_meta.c<br>AddModule mod_expires.c<br>AddModule mod_headers.c
<br>AddModule mod_usertrack.c<br>AddModule mod_log_forensic.c<br>AddModule mod_unique_id.c<br>AddModule mod_so.c<br>AddModule mod_setenvif.c<br>AddModule mod_php4.c<br>AddModule mod_realip.c<br><br>ExtendedStatus On<br>Port 80
<br>User www<br>Group www<br><br>ServerAdmin <a href="mailto:postmaster@nowa.cc">postmaster@nowa.cc</a><br><br><br>DocumentRoot &quot;/home/www/htdocs&quot;<br><br>&lt;Directory /&gt;<br>&nbsp;&nbsp;&nbsp; Options FollowSymLinks<br>&nbsp;&nbsp;&nbsp; AllowOverride All
<br>&lt;/Directory&gt;<br><br><br>&lt;Directory &quot;/home/www/htdocs&quot;&gt;<br>&nbsp;&nbsp;&nbsp; Options Indexes FollowSymLinks<br>&nbsp;&nbsp;&nbsp; AllowOverride All<br>&nbsp;&nbsp;&nbsp; Order allow,deny<br>&nbsp;&nbsp;&nbsp; Allow from all<br>&lt;/Directory&gt;<br><br>&lt;IfModule mod_dir.c&gt;
<br>&nbsp;&nbsp;&nbsp; &lt;IfModule mod_php3.c&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;IfModule mod_php4.c&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DirectoryIndex index.php index.php3 index.html<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/IfModule&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;IfModule !mod_php4.c&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DirectoryIndex 
index.php3 index.html<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/IfModule&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/IfModule&gt;<br>&nbsp;&nbsp;&nbsp; &lt;IfModule !mod_php3.c&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;IfModule mod_php4.c&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DirectoryIndex index.php index.html<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/IfModule&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;IfModule !mod_php4.c&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DirectoryIndex index.html<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/IfModule&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/IfModule&gt;<br>&lt;/IfModule&gt;<br><br>AccessFileName .htaccess<br><br>&lt;Files ~ &quot;^\.ht&quot;&gt;
<br>&nbsp;&nbsp;&nbsp; Order allow,deny<br>&nbsp;&nbsp;&nbsp; Deny from all<br>&nbsp;&nbsp;&nbsp; Satisfy All<br>&lt;/Files&gt;<br><br><br>UseCanonicalName Off<br><br>&lt;IfModule mod_mime.c&gt;<br>&nbsp;&nbsp;&nbsp; TypesConfig /usr/local/etc/apache/mime.types<br>&lt;/IfModule&gt;
<br><br>DefaultType text/plain<br><br>&lt;IfModule mod_mime_magic.c&gt;<br>&nbsp;&nbsp;&nbsp; MIMEMagicFile /usr/local/etc/apache/magic<br>&lt;/IfModule&gt;<br><br>HostnameLookups Off<br>ErrorLog /var/log/apache/error.log<br>LogLevel warn
<br>LogFormat &quot;%h %l %u %t \&quot;%r\&quot; %&gt;s %b \&quot;%{Referer}i\&quot; \&quot;%{User-Agent}i\&quot;&quot; combined<br>LogFormat &quot;%h %l %u %t \&quot;%r\&quot; %&gt;s %b&quot; common<br>LogFormat &quot;%{Referer}i -&gt; %U&quot; referer
<br>LogFormat &quot;%{User-agent}i&quot; agent<br><br>CustomLog /var/log/httpd-access.log combined<br>ServerSignature Off<br>&lt;IfModule mod_alias.c&gt;<br>&nbsp;&nbsp;&nbsp; ScriptAlias /cgi-bin/ &quot;/usr/local/www/cgi-bin/&quot;<br>
&nbsp;&nbsp;&nbsp; &lt;Directory &quot;/usr/local/www/cgi-bin&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AllowOverride None<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Options None<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Order allow,deny<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Allow from all<br>&nbsp;&nbsp;&nbsp; &lt;/Directory&gt;<br>&lt;/IfModule&gt;<br><br><br>
&lt;IfModule mod_autoindex.c&gt;<br>&nbsp;&nbsp;&nbsp; IndexOptions FancyIndexing<br>&nbsp;&nbsp;&nbsp; AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip<br>&nbsp;&nbsp;&nbsp; AddIconByType (TXT,/icons/text.gif) text/*<br>&nbsp;&nbsp;&nbsp; AddIconByType (IMG,/icons/image2.gif) image/*
<br>&nbsp;&nbsp;&nbsp; AddIconByType (SND,/icons/sound2.gif) audio/*<br>&nbsp;&nbsp;&nbsp; AddIconByType (VID,/icons/movie.gif) video/*<br>&nbsp;&nbsp;&nbsp; AddIcon /icons/binary.gif .bin .exe<br>&nbsp;&nbsp;&nbsp; AddIcon /icons/binhex.gif .hqx<br>&nbsp;&nbsp;&nbsp; AddIcon /icons/tar.gif .tar
<br>&nbsp;&nbsp;&nbsp; AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv<br>&nbsp;&nbsp;&nbsp; AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip<br>&nbsp;&nbsp;&nbsp; AddIcon /icons/a.gif .ps .ai .eps<br>&nbsp;&nbsp;&nbsp; AddIcon /icons/layout.gif .html .shtml .htm .pdf<br>&nbsp;&nbsp;&nbsp; AddIcon /icons/text.gif .txt
<br>&nbsp;&nbsp;&nbsp; AddIcon /icons/c.gif .c<br>&nbsp;&nbsp;&nbsp; AddIcon /icons/p.gif .pl .py<br>&nbsp;&nbsp;&nbsp; AddIcon /icons/f.gif .for<br>&nbsp;&nbsp;&nbsp; AddIcon /icons/dvi.gif .dvi<br>&nbsp;&nbsp;&nbsp; AddIcon /icons/uuencoded.gif .uu<br>&nbsp;&nbsp;&nbsp; AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
<br>&nbsp;&nbsp;&nbsp; AddIcon /icons/tex.gif .tex<br>&nbsp;&nbsp;&nbsp; AddIcon /icons/bomb.gif core<br>&nbsp;&nbsp;&nbsp; AddIcon /icons/back.gif ..<br>&nbsp;&nbsp;&nbsp; AddIcon /icons/hand.right.gif README<br>&nbsp;&nbsp;&nbsp; AddIcon /icons/folder.gif ^^DIRECTORY^^<br>&nbsp;&nbsp;&nbsp; AddIcon /icons/blank.gif ^^BLANKICON^^
<br>&nbsp;&nbsp;&nbsp; DefaultIcon /icons/unknown.gif<br>&nbsp;&nbsp;&nbsp; ReadmeName README.html<br>&nbsp;&nbsp;&nbsp; HeaderName HEADER.html<br>&lt;/IfModule&gt;<br><br>&lt;IfModule mod_mime.c&gt;<br>&nbsp;&nbsp;&nbsp; AddLanguage da .dk<br>&nbsp;&nbsp;&nbsp; AddLanguage nl .nl<br>&nbsp;&nbsp;&nbsp; AddLanguage en .en
<br>&nbsp;&nbsp;&nbsp; AddLanguage et .ee<br>&nbsp;&nbsp;&nbsp; AddLanguage fr .fr<br>&nbsp;&nbsp;&nbsp; AddLanguage de .de<br>&nbsp;&nbsp;&nbsp; AddLanguage el .el<br>&nbsp;&nbsp;&nbsp; AddLanguage he .he<br>&nbsp;&nbsp;&nbsp; AddCharset ISO-8859-8 .iso8859-8<br>&nbsp;&nbsp;&nbsp; AddLanguage it .it<br>&nbsp;&nbsp;&nbsp; AddLanguage ja .ja
<br>&nbsp;&nbsp;&nbsp; AddCharset ISO-2022-JP .jis<br>&nbsp;&nbsp;&nbsp; AddLanguage kr .kr<br>&nbsp;&nbsp;&nbsp; AddCharset ISO-2022-KR .iso-kr<br>&nbsp;&nbsp;&nbsp; AddLanguage nn .nn<br>&nbsp;&nbsp;&nbsp; AddLanguage no .no<br>&nbsp;&nbsp;&nbsp; AddLanguage pl .po<br>&nbsp;&nbsp;&nbsp; AddCharset ISO-8859-2 .iso-pl<br>&nbsp;&nbsp;&nbsp; AddLanguage pt .pt
<br>&nbsp;&nbsp;&nbsp; AddLanguage pt-br .pt-br<br>&nbsp;&nbsp;&nbsp; AddLanguage ltz .lu<br>&nbsp;&nbsp;&nbsp; AddLanguage ca .ca<br>&nbsp;&nbsp;&nbsp; AddLanguage es .es<br>&nbsp;&nbsp;&nbsp; AddLanguage sv .sv<br>&nbsp;&nbsp;&nbsp; AddLanguage cs .cz .cs<br>&nbsp;&nbsp;&nbsp; AddLanguage ru .ru<br>&nbsp;&nbsp;&nbsp; AddLanguage zh-TW .zh-tw
<br>&nbsp;&nbsp;&nbsp; AddCharset Big5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Big5&nbsp;&nbsp;&nbsp; .big5<br>&nbsp;&nbsp;&nbsp; AddCharset WINDOWS-1251 .cp-1251<br>&nbsp;&nbsp;&nbsp; AddCharset CP866&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .cp866<br>&nbsp;&nbsp;&nbsp; AddCharset ISO-8859-5&nbsp;&nbsp; .iso-ru<br>&nbsp;&nbsp;&nbsp; AddCharset KOI8-R&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .koi8-r<br>&nbsp;&nbsp;&nbsp; AddCharset UCS-2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ucs2
<br>&nbsp;&nbsp;&nbsp; AddCharset UCS-4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ucs4<br>&nbsp;&nbsp;&nbsp; AddCharset UTF-8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .utf8<br><br>&nbsp;&nbsp;&nbsp; &lt;IfModule mod_negotiation.c&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LanguagePriority ru en da nl et fr de el it ja kr no pl pt pt-br ltz ca es sv tw<br>&nbsp;&nbsp;&nbsp; &lt;/IfModule&gt;
<br><br>&nbsp;&nbsp;&nbsp; &lt;IfModule mod_php3.c&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AddType application/x-httpd-php3 .php3<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AddType application/x-httpd-php3-source .php3s<br>&nbsp;&nbsp;&nbsp; &lt;/IfModule&gt;<br>&nbsp;&nbsp;&nbsp; &lt;IfModule mod_php4.c&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AddType application/x-httpd-php .php
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AddType application/x-httpd-php-source .phps<br>&nbsp;&nbsp;&nbsp; &lt;/IfModule&gt;<br>&nbsp;&nbsp;&nbsp; AddType application/x-tar .tgz<br>&nbsp;&nbsp;&nbsp; AddEncoding x-compress .Z<br>&nbsp;&nbsp;&nbsp; AddEncoding x-gzip .gz .tgz<br>&nbsp;&nbsp;&nbsp; AddHandler cgi-script .cgi
<br>&nbsp;&nbsp;&nbsp; AddHandler cgi-script .pl<br>&lt;/IfModule&gt;<br>&lt;IfModule mod_setenvif.c&gt;<br>&nbsp;&nbsp;&nbsp; BrowserMatch &quot;RealPlayer 4\.0&quot; force-response-1.0<br>&nbsp;&nbsp;&nbsp; BrowserMatch &quot;Java/1\.0&quot; force-response-1.0<br>
&nbsp;&nbsp;&nbsp; BrowserMatch &quot;JDK/1\.0&quot; force-response-1.0<br>&lt;/IfModule&gt;<br><br>&lt;Location /server-status&gt;<br>&nbsp;&nbsp;&nbsp; SetHandler server-status<br>&nbsp;&nbsp;&nbsp; Order deny,allow<br>&nbsp;&nbsp;&nbsp; Deny from all<br>&nbsp;&nbsp;&nbsp; Allow from <a href="http://127.0.0.0/8">
127.0.0.0/8</a> <a href="http://80.91.184.126">80.91.184.126</a> <a href="http://80.91.177.106">80.91.177.106</a><br>&lt;/Location&gt;<br><br>NameVirtualHost *:80<br><br>&lt;VirtualHost *:80&gt;<br>&nbsp;&nbsp;&nbsp; ServerName <a href="http://www.nowa.cc">
www.nowa.cc</a><br>&nbsp;&nbsp;&nbsp; ServerAlias nowa.cc <a href="http://www.nowa.cc">www.nowa.cc</a><br>&nbsp;&nbsp;&nbsp; ServerAdmin <a href="mailto:webmaster@nowa.cc">webmaster@nowa.cc</a><br>&nbsp;&nbsp;&nbsp; DocumentRoot /home/www/nowa.cc/htdocs<br>&nbsp;&nbsp;&nbsp; UseCanonicalName OFF
<br>&nbsp;&nbsp;&nbsp; CustomLog /var/log/apache/www.nowa.cc_access.log combined<br>&lt;/VirtualHost&gt;</blockquote><div><br>nginx:<br><br><blockquote>&nbsp;user&nbsp; www;<br>worker_processes&nbsp; 1;<br>error_log /var/log/nginx/error_log info;<br>worker_rlimit_nofile 10240;
<br><br><br><br><br>events {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; worker_connections&nbsp; 8192;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; use kqueue;<br>}<br><br><br>http {<br>&nbsp;&nbsp;&nbsp; include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mime.types;<br>&nbsp;&nbsp;&nbsp; default_type&nbsp; application/octet-stream;<br><br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; client_header_timeout&nbsp;&nbsp; 100m;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; client_body_timeout&nbsp;&nbsp;&nbsp;&nbsp; 100m;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; send_timeout&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 100m;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; connection_pool_size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 256;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; client_header_buffer_size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1k;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; large_client_header_buffers&nbsp;&nbsp;&nbsp;&nbsp; 4 2k;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; request_pool_size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4k;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proxy_buffers 8 64k;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proxy_buffer_size&nbsp; 64k;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gzip on;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gzip_min_length 1100;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gzip_buffers&nbsp;&nbsp;&nbsp; 4 8k;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gzip_types&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; text/plain;
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; output_buffers&nbsp; 1 32k;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; postpone_output 1460;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sendfile&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; on;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tcp_nopush&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; on;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tcp_nodelay&nbsp;&nbsp;&nbsp;&nbsp; on;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; keepalive_timeout&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 750 400;<br><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ignore_invalid_headers&nbsp; on;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; server {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; listen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://72.36.130.82:80">72.36.130.82:80</a>;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; server_name nowa.cc *.nowa.cc;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; error_log&nbsp;&nbsp; /var/log/nginx/nowa.cc.error_log;
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; location / {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proxy_pass&nbsp; <a href="http://127.0.0.1">http://127.0.0.1</a>;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proxy_redirect&nbsp;&nbsp;&nbsp;&nbsp; off;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proxy_set_header&nbsp;&nbsp; Host&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $host;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proxy_set_header&nbsp;&nbsp; X-Real-IP&nbsp;&nbsp;&nbsp; $remote_addr;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; location ~* ^.+\.(jpg|jpeg|gif|png|rar|css|ico|txt|js|jar|jad|rar|exe|zip|tif|doc|bz2|gz|tbz|tgz)$ {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; root /home/www/nowa.cc/htdocs;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; expires 30d;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br><br>}<br></blockquote></div><br>