mirror of
https://github.com/cytopia/devilbox.git
synced 2025-02-22 10:10:50 +00:00
REL-0.9 Indentation fix
This commit is contained in:
parent
f1b88a9c60
commit
2973fcacb0
@ -12,8 +12,8 @@
|
|||||||
ServerAdmin root@localhost
|
ServerAdmin root@localhost
|
||||||
|
|
||||||
# Required for DNS checking
|
# Required for DNS checking
|
||||||
SetEnvIf Origin "http(s)?://(domain1.org|localhost|127.0.0.1|httpd)$" AccessControlAllowOrigin=$0$1
|
SetEnvIf Origin "http(s)?://(domain1.org|localhost|127.0.0.1|httpd)$" AccessControlAllowOrigin=$0$1
|
||||||
Header add Access-Control-Allow-Origin %{AccessControlAllowOrigin}e env=AccessControlAllowOrigin
|
Header add Access-Control-Allow-Origin %{AccessControlAllowOrigin}e env=AccessControlAllowOrigin
|
||||||
|
|
||||||
LogFormat "%V;%h;%l;%u;%t;\"%r\";%>s;%b;\"%{Referer}i\";\"%{User-agent}i\"" vcommon
|
LogFormat "%V;%h;%l;%u;%t;\"%r\";%>s;%b;\"%{Referer}i\";\"%{User-agent}i\"" vcommon
|
||||||
CustomLog "/var/log/apache-2.2/projects-access.log" vcommon
|
CustomLog "/var/log/apache-2.2/projects-access.log" vcommon
|
||||||
|
@ -8,10 +8,10 @@
|
|||||||
# enablereuse requires Apache 2.4.11 or later
|
# enablereuse requires Apache 2.4.11 or later
|
||||||
#<Proxy "fcgi://php:9000/" enablereuse=on max=10></Proxy>
|
#<Proxy "fcgi://php:9000/" enablereuse=on max=10></Proxy>
|
||||||
<FilesMatch "\.php$">
|
<FilesMatch "\.php$">
|
||||||
Require all granted
|
Require all granted
|
||||||
# Pick one of the following approaches
|
# Pick one of the following approaches
|
||||||
# Use the standard TCP socket
|
# Use the standard TCP socket
|
||||||
SetHandler "proxy:fcgi://php:9000"
|
SetHandler "proxy:fcgi://php:9000"
|
||||||
# If your version of httpd is 2.4.9 or newer (or has the back-ported feature), you can use the unix domain socket
|
# If your version of httpd is 2.4.9 or newer (or has the back-ported feature), you can use the unix domain socket
|
||||||
#SetHandler "proxy:unix:/path/to/app.sock|fcgi://localhost/:9000"
|
#SetHandler "proxy:unix:/path/to/app.sock|fcgi://localhost/:9000"
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
|
@ -12,8 +12,8 @@
|
|||||||
ServerAdmin root@localhost
|
ServerAdmin root@localhost
|
||||||
|
|
||||||
# Required for DNS checking
|
# Required for DNS checking
|
||||||
SetEnvIf Origin "http(s)?://(domain1.org|localhost|127.0.0.1|httpd)$" AccessControlAllowOrigin=$0$1
|
SetEnvIf Origin "http(s)?://(domain1.org|localhost|127.0.0.1|httpd)$" AccessControlAllowOrigin=$0$1
|
||||||
Header add Access-Control-Allow-Origin %{AccessControlAllowOrigin}e env=AccessControlAllowOrigin
|
Header add Access-Control-Allow-Origin %{AccessControlAllowOrigin}e env=AccessControlAllowOrigin
|
||||||
|
|
||||||
LogFormat "%V;%h;%l;%u;%t;\"%r\";%>s;%b;\"%{Referer}i\";\"%{User-agent}i\"" vcommon
|
LogFormat "%V;%h;%l;%u;%t;\"%r\";%>s;%b;\"%{Referer}i\";\"%{User-agent}i\"" vcommon
|
||||||
CustomLog "/var/log/apache-2.4/projects-access.log" vcommon
|
CustomLog "/var/log/apache-2.4/projects-access.log" vcommon
|
||||||
|
@ -54,8 +54,6 @@ server {
|
|||||||
fastcgi_intercept_errors on;
|
fastcgi_intercept_errors on;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# deny access to .htaccess files, if Apache's document root
|
# deny access to .htaccess files, if Apache's document root
|
||||||
# concurs with nginx's one
|
# concurs with nginx's one
|
||||||
location ~ /\.ht {
|
location ~ /\.ht {
|
||||||
|
@ -45,8 +45,6 @@ server {
|
|||||||
fastcgi_intercept_errors on;
|
fastcgi_intercept_errors on;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# deny access to .htaccess files, if Apache's document root
|
# deny access to .htaccess files, if Apache's document root
|
||||||
# concurs with nginx's one
|
# concurs with nginx's one
|
||||||
location ~ /\.ht {
|
location ~ /\.ht {
|
||||||
|
@ -54,8 +54,6 @@ server {
|
|||||||
fastcgi_intercept_errors on;
|
fastcgi_intercept_errors on;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# deny access to .htaccess files, if Apache's document root
|
# deny access to .htaccess files, if Apache's document root
|
||||||
# concurs with nginx's one
|
# concurs with nginx's one
|
||||||
location ~ /\.ht {
|
location ~ /\.ht {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user