ftimme
2012-04-04 b31e340728f6e76c1a4445f62df652d9b27cb47c
- Fixed FS#2120.
1 files modified
25 ■■■■■ changed files
server/conf/nginx_vhost.conf.master 25 ●●●●● patch | view | raw | blame | history
server/conf/nginx_vhost.conf.master
@@ -46,6 +46,31 @@
        error_page 500 /error/500.html;
        error_page 502 /error/502.html;
        error_page 503 /error/503.html;
        recursive_error_pages on;
        location = /error/400.html {
            internal;
        }
        location = /error/401.html {
            internal;
        }
        location = /error/403.html {
            internal;
        }
        location = /error/404.html {
            internal;
        }
        location = /error/405.html {
            internal;
        }
        location = /error/500.html {
            internal;
        }
        location = /error/502.html {
            internal;
        }
        location = /error/503.html {
            internal;
        }
</tmpl_if>
        
        error_log /var/log/ispconfig/httpd/<tmpl_var name='domain'>/error.log;