mirror of
https://github.com/jlengrand/gitlab-recipes.git
synced 2026-03-10 08:11:17 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user