Jasper Yu says to YSITDserver { listen 443 ssl; listen [::]:443 ssl; server_name breach.tw; root /var/www/breach.tw; index index.php; location / { try_files $uri $uri/ =404; } location ~ \.php$ { include snippets/fastcgi-php.conf; fastcgi_pass unix:/var/run/php/php7.2-fpm.sock; } location ~ /\.(?!well-known).* { deny all; access_log off; log_not_found off; } } server { listen 80; listen [::]:80; server_name breach.tw; return 301 https://$host$request_uri; }at Sat, Aug 17, 2019 8:13 PM