Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. server {
  2.  
  3. # SSL configuration
  4.  
  5. listen 443 ssl http2 default_server;
  6. listen [::]:443 ssl http2 default_server;
  7. include snippets/ssl-example.com.conf;
  8. include snippets/ssl-params.conf;
  9.  
  10.  
  11. root /var/www/laravel/public;
  12. index index.php index.html index.htm;
  13.  
  14.  
  15. server_name example.com *.example.com www.example.com ;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement