diff --git a/docs/admin/apache-conf-example.rst b/docs/admin/apache-conf-example.rst --- a/docs/admin/apache-conf-example.rst +++ b/docs/admin/apache-conf-example.rst @@ -40,8 +40,17 @@ Below config if for an Apache Reverse Pr ServerName rhodecode.myserver.com ServerAlias rhodecode.myserver.com + ## Skip ProxyPass the _static to backend server + #ProxyPass /_static ! + ## serve static files by Apache, recommended for performance - #Alias /_static /home/ubuntu/.rccontrol/community-1/static + #Alias /_static/rhodecode /home/ubuntu/.rccontrol/community-1/static + + ## Allow Apache to access the static files in this directory + # + # AllowOverride none + # Require all granted + # RequestHeader set X-Forwarded-Proto "https"