Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos-caddy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Guillaume Hervier
slapos-caddy
Commits
d27a26a2
Commit
d27a26a2
authored
Jun 21, 2012
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Copy Wordpress application
parent
63c56d57
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
slapos/recipe/nginx/__init__.py
slapos/recipe/nginx/__init__.py
+6
-0
No files found.
slapos/recipe/nginx/__init__.py
View file @
d27a26a2
...
@@ -26,6 +26,7 @@
...
@@ -26,6 +26,7 @@
##############################################################################
##############################################################################
from
slapos.recipe.librecipe
import
GenericBaseRecipe
from
slapos.recipe.librecipe
import
GenericBaseRecipe
from
binascii
import
b2a_uu
as
uuencode
from
binascii
import
b2a_uu
as
uuencode
import
shutil
import
binascii
import
binascii
import
os
import
os
import
sys
import
sys
...
@@ -50,6 +51,11 @@ class Recipe(GenericBaseRecipe):
...
@@ -50,6 +51,11 @@ class Recipe(GenericBaseRecipe):
index_page_id
=
self
.
options
.
get
(
"index-page-id"
,
"index.php"
),
index_page_id
=
self
.
options
.
get
(
"index-page-id"
,
"index.php"
),
php_cgi_address
=
self
.
options
[
"php-cgi-address"
]
php_cgi_address
=
self
.
options
[
"php-cgi-address"
]
)
)
# Copy application
if
not
os
.
path
.
exists
(
self
.
options
[
'nginx-root'
]):
shutil
.
copytree
(
self
.
options
[
'source'
],
self
.
options
[
'nginx-root'
])
# Configs
# Configs
self
.
createFile
(
self
.
createFile
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment