We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026ec40 commit efad3c0Copy full SHA for efad3c0
data/nginx/app.conf
@@ -1,6 +1,7 @@
1
server {
2
listen 80;
3
server_name example.org;
4
+ server_tokens off;
5
6
location /.well-known/acme-challenge/ {
7
root /var/www/certbot;
@@ -14,6 +15,7 @@ server {
14
15
16
listen 443 ssl;
17
18
19
20
ssl_certificate /etc/letsencrypt/live/example.org/fullchain.pem;
21
ssl_certificate_key /etc/letsencrypt/live/example.org/privkey.pem;
0 commit comments