OpenSource CLI-App to install and handle stuff related to Web-Server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
393 B

4 years ago
  1. server_name <?php echo e($domain); ?>;
  2. # include snippets
  3. include /etc/nginx/snippets/deny.conf;
  4. include /etc/nginx/snippets/expires.conf;
  5. # logs
  6. access_log /var/log/nginx/<?php echo e($domain); ?>.access.log;
  7. error_log /var/log/nginx/<?php echo e($domain); ?>.error.log;<?php /**PATH /home/test/Workspace/tentakelfabrik/mcp/resources/templates/nginx/partials/default.blade.php ENDPATH**/ ?>