Advertisement
Guest User

Untitled

a guest
Dec 21st, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.97 KB | None | 0 0
  1. Index: configs/debian/apache/parts/domain.tpl
  2. IDEA additional info:
  3. Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
  4. <+>UTF-8
  5. ===================================================================
  6. --- configs/debian/apache/parts/domain.tpl  (revision f816b865cb66137190bc2ab801b97e9541add70f)
  7. +++ configs/debian/apache/parts/domain.tpl  (revision )
  8. @@ -33,16 +33,14 @@
  9.      # SECTION mod_fastcgi END.
  10.  
  11.      # SECTION mod_proxy_fcgi BEGIN.
  12. -    SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1
  13. -
  14.      <Proxy "{PROXY_FCGI_PATH}{PROXY_FCGI_URL}" retry=0>
  15.          ProxySet connectiontimeout=5 timeout=7200
  16.      </Proxy>
  17.  
  18. -    RewriteEngine on
  19. -    RewriteOptions Inherit
  20. -    
  21.      <FilesMatch \.ph(p[3457]?|t|tml)$>
  22. +        SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1
  23. +        RewriteEngine On
  24. +        RewriteOptions Inherit
  25.          RewriteCond %{REQUEST_FILENAME} -f
  26.          RewriteRule .* - [H=proxy:{PROXY_FCGI_URL},NC]
  27.      </FilesMatch>
  28. Index: configs/debian/apache/parts/domain_ssl.tpl
  29. IDEA additional info:
  30. Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
  31. <+>UTF-8
  32. ===================================================================
  33. --- configs/debian/apache/parts/domain_ssl.tpl  (revision f816b865cb66137190bc2ab801b97e9541add70f)
  34. +++ configs/debian/apache/parts/domain_ssl.tpl  (revision )
  35. @@ -32,16 +32,14 @@
  36.      # SECTION mod_fastcgi END.
  37.  
  38.      # SECTION mod_proxy_fcgi BEGIN.
  39. -    SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1
  40. -
  41.      <Proxy "{PROXY_FCGI_PATH}{PROXY_FCGI_URL}" retry=0>
  42.          ProxySet connectiontimeout=5 timeout=7200
  43.      </Proxy>
  44.  
  45. -    RewriteEngine on
  46. -    RewriteOptions Inherit
  47. -    
  48.      <FilesMatch \.ph(p[3457]?|t|tml)$>
  49. +        SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1
  50. +        RewriteEngine On
  51. +        RewriteOptions Inherit
  52.          RewriteCond %{REQUEST_FILENAME} -f
  53.          RewriteRule .* - [H=proxy:{PROXY_FCGI_URL},NC]
  54.      </FilesMatch>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement