fix(hydrogen): uncomment some code + formatting

This commit is contained in:
Laureηt 2022-12-20 16:26:09 +01:00
parent 28ac9f2d1f
commit 8f60310431
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -32,18 +32,17 @@
services.nginx = { services.nginx = {
enable = true; enable = true;
# recommendedTlsSettings = true; recommendedTlsSettings = true;
# recommendedOptimisation = true; recommendedOptimisation = true;
# recommendedGzipSettings = true; recommendedGzipSettings = true;
# recommendedProxySettings = true; recommendedProxySettings = true;
# commonHttpConfig = '' commonHttpConfig = ''
# log_format vhosts '$host $remote_addr - $remote_user [$time_local] ' log_format vhosts '$host $remote_addr - $remote_user [$time_local] '
# "$request" $status $body_bytes_sent "$http_referer" ' '$request $status $body_bytes_sent $http_referer '
# '"$http_user_agent" "$http_x_forwarded_for"'; '$http_user_agent $http_x_forwarded_for';
access_log /var/log/nginx/access.log vhosts;
# access_log /var/log/nginx/access.log vhosts; '';
# '';
virtualHosts = { virtualHosts = {
"fainsin.bzh" = { "fainsin.bzh" = {