kervi

Untitled

Sep 3rd, 2020
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. server {
  2. listen 80;
  3. server_name thegigs.live;
  4. return 301 https://thegigs.live$request_uri;
  5. }
  6.  
  7. server {
  8. listen 443 ssl http2;
  9. server_name thegigs.us;
  10. root /var/www/production/docroot;
  11. include _configs/drupal;
  12.  
  13. access_log /var/www/production/*/logs/access.log;
  14. error_log /var/www/production/*/logs/error.log;
  15. }
  16.  
  17. include _configs/nixstats;
  18.  
Add Comment
Please, Sign In to add comment