fix(hydrogen): uncomment some code + formatting
This commit is contained in:
parent
28ac9f2d1f
commit
8f60310431
|
@ -32,18 +32,17 @@
|
|||
services.nginx = {
|
||||
enable = true;
|
||||
|
||||
# recommendedTlsSettings = true;
|
||||
# recommendedOptimisation = true;
|
||||
# recommendedGzipSettings = true;
|
||||
# recommendedProxySettings = true;
|
||||
recommendedTlsSettings = true;
|
||||
recommendedOptimisation = true;
|
||||
recommendedGzipSettings = true;
|
||||
recommendedProxySettings = true;
|
||||
|
||||
# commonHttpConfig = ''
|
||||
# log_format vhosts '$host $remote_addr - $remote_user [$time_local] '
|
||||
# "$request" $status $body_bytes_sent "$http_referer" '
|
||||
# '"$http_user_agent" "$http_x_forwarded_for"';
|
||||
|
||||
# access_log /var/log/nginx/access.log vhosts;
|
||||
# '';
|
||||
commonHttpConfig = ''
|
||||
log_format vhosts '$host $remote_addr - $remote_user [$time_local] '
|
||||
'$request $status $body_bytes_sent $http_referer '
|
||||
'$http_user_agent $http_x_forwarded_for';
|
||||
access_log /var/log/nginx/access.log vhosts;
|
||||
'';
|
||||
|
||||
virtualHosts = {
|
||||
"fainsin.bzh" = {
|
||||
|
|
Loading…
Reference in a new issue