Nginx
This commit is contained in:
parent
0b4e75547a
commit
f672b996eb
3 changed files with 14 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
|||
{
|
||||
"require": {
|
||||
"smarty/smarty": "~3.1"
|
||||
},
|
||||
"extra": {
|
||||
"paas": {
|
||||
"nginx-includes": [
|
||||
"nginx.conf"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
2
composer.lock
generated
2
composer.lock
generated
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"hash": "b48850b7da32d0f14515a15b400da402",
|
||||
"hash": "bf891b9f75567fcfa1ff398cbbad53ea",
|
||||
"packages": [
|
||||
{
|
||||
"name": "smarty/smarty",
|
||||
|
|
6
nginx.conf
Normal file
6
nginx.conf
Normal file
|
@ -0,0 +1,6 @@
|
|||
types {
|
||||
text/html html htm shtml;
|
||||
text/css css;
|
||||
text/xml xml;
|
||||
application/x-web-app-manifest+json webapp;
|
||||
}
|
Loading…
Reference in a new issue