##// END OF EJS Templates
docs: updated Apache documentation for serving static files
marcink -
r2041:a0db74fd default
parent child Browse files
Show More
@@ -40,8 +40,17 b' Below config if for an Apache Reverse Pr'
40 ServerName rhodecode.myserver.com
40 ServerName rhodecode.myserver.com
41 ServerAlias rhodecode.myserver.com
41 ServerAlias rhodecode.myserver.com
42
42
43 ## Skip ProxyPass the _static to backend server
44 #ProxyPass /_static !
45
43 ## serve static files by Apache, recommended for performance
46 ## serve static files by Apache, recommended for performance
44 #Alias /_static /home/ubuntu/.rccontrol/community-1/static
47 #Alias /_static/rhodecode /home/ubuntu/.rccontrol/community-1/static
48
49 ## Allow Apache to access the static files in this directory
50 #<Directory /home/ubuntu/.rccontrol/community-1/static/>
51 # AllowOverride none
52 # Require all granted
53 #</Directory>
45
54
46 RequestHeader set X-Forwarded-Proto "https"
55 RequestHeader set X-Forwarded-Proto "https"
47
56
General Comments 0
You need to be logged in to leave comments. Login now