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.
|
server_name <?php echo e($domain); ?>;
|
|
|
|
# include snippets
|
|
include /etc/nginx/snippets/deny.conf;
|
|
include /etc/nginx/snippets/expires.conf;
|
|
|
|
# logs
|
|
access_log /var/log/nginx/<?php echo e($domain); ?>.access.log;
|
|
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**/ ?>
|