mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
Added mina deploy
This commit is contained in:
parent
9cc6fed5f2
commit
cd82693cb1
4 changed files with 98 additions and 19 deletions
|
@ -5,13 +5,13 @@ Listen 8888
|
|||
|
||||
PassengerEnabled on
|
||||
RailsEnv production
|
||||
DocumentRoot /home/app/epp-tester/public
|
||||
DocumentRoot /home/app/epp-tester/current/public
|
||||
|
||||
ErrorLog /var/log/apache2/epp-tester.error.log
|
||||
LogLevel info ssl:warn
|
||||
CustomLog /var/log/apache2/epp-tester.access.log combined
|
||||
|
||||
<Directory /home/app/epp-tester/public>
|
||||
<Directory /home/app/epp-tester/current/public>
|
||||
Require all granted
|
||||
Options -MultiViews
|
||||
</Directory>
|
||||
|
|
|
@ -4,13 +4,13 @@
|
|||
|
||||
PassengerEnabled on
|
||||
RailsEnv production
|
||||
DocumentRoot /home/app/registry/public
|
||||
DocumentRoot /home/app/registry/current/public
|
||||
|
||||
ErrorLog /var/log/apache2/registry.error.log
|
||||
LogLevel info ssl:warn
|
||||
CustomLog /var/log/apache2/registry.access.log combined
|
||||
|
||||
<Directory /home/app/registry/public>
|
||||
<Directory /home/app/registry/current/public>
|
||||
Require all granted
|
||||
Options -MultiViews
|
||||
</Directory>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue