File: /var/lib/letsencrypt/backups/1725964729.7244287/exnie-front_25
server {
server_name s.exnie.foach.site;
root /var/www/exnie/frontend/build;
index index.html;
client_max_body_size 20M;
charset utf-8;
location / {
# auth_basic "Unauthorized";
# auth_basic_user_file /var/www/.htpasswd;
root /var/www/exnie/frontend/build;
try_files $uri $uri/ /index.html;
}
location = /favicon.ico { access_log off; log_not_found off; }
location = /robots.txt { access_log off; log_not_found off; }
error_page 404 /404.html;
location ~ /\.(?!well-known).* {
deny all;
}
listen 80;
}