Changed port from 9292 (puma) to 8080 (unicorn)

Fixed port in the proxy backend address for unicorn on port 8080 instead of puma on port 9292.
This commit is contained in:
semiosis
2013-10-03 13:40:17 -04:00
parent 05acc57c33
commit c4445b83bb

View File

@@ -34,7 +34,7 @@
RewriteEngine on
RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-f
RewriteRule ^/(.*)$ http://127.0.0.1:9292%{REQUEST_URI} [P,QSA]
RewriteRule ^/(.*)$ http://127.0.0.1:8080%{REQUEST_URI} [P,QSA]
# needed for downloading attachments
DocumentRoot /home/git/gitlab/public