Browse Source

Atualizar 'examples.of.what.worked.for.me/etc/nginx/sites-available/default'

hierra 6 years ago
parent
commit
fcf177c248
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      examples.of.what.worked.for.me/etc/nginx/sites-available/default

+ 1
- 1
examples.of.what.worked.for.me/etc/nginx/sites-available/default View File

@@ -1,5 +1,5 @@
1 1
 server {
2
- server_tokens on;
2
+ server_tokens off;
3 3
  root /var/www;
4 4
  index index.php index.html index.htm;
5 5
  server_name put.your.domain.here;

Loading…
Cancel
Save