File: /var/lib/letsencrypt/backups/1684504107.202412/krimpenduurzaam_11
server {
server_name krimpenduurzaam.foach.site;
root /var/www/krimpenduurzaam.nl/build;
index index.html index.php;
client_max_body_size 20M;
charset utf-8;
location / {
root /var/www/krimpenduurzaam.nl/build;
try_files $uri $uri.html $uri/index.html index.html;
}
listen 80;
}
#server {
# if ($host = ipsremont.foach.site) {
# return 301 https://$host$request_uri;
# } # managed by Certbot
# listen 80;
# server_name ipsremont.foach.site;
# return 404; # managed by Certbot
#}