17 lines
275 B
Text
17 lines
275 B
Text
|
|
{
|
||
|
|
admin off
|
||
|
|
}
|
||
|
|
|
||
|
|
:80 {
|
||
|
|
root * /var/www/public
|
||
|
|
php_fastcgi app:9000
|
||
|
|
file_server
|
||
|
|
encode gzip
|
||
|
|
|
||
|
|
header {
|
||
|
|
Strict-Transport-Security "max-age=31536000; includeSubDomains"
|
||
|
|
X-Content-Type-Options "nosniff"
|
||
|
|
X-Frame-Options "DENY"
|
||
|
|
}
|
||
|
|
}
|