diff --git a/composer.json b/composer.json index 6bc30dd..2060ff4 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,12 @@ { "require": { "smarty/smarty": "~3.1" + }, + "extra": { + "paas": { + "nginx-includes": [ + "nginx.conf" + ] + } } } diff --git a/composer.lock b/composer.lock index dcb7559..5045a21 100644 --- a/composer.lock +++ b/composer.lock @@ -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", diff --git a/nginx.conf b/nginx.conf new file mode 100644 index 0000000..ba78d8a --- /dev/null +++ b/nginx.conf @@ -0,0 +1,6 @@ +types { + text/html html htm shtml; + text/css css; + text/xml xml; + application/x-web-app-manifest+json webapp; +}