%PDF- %PDF-
Direktori : /var/www/html/camillo/camillo-api-master/docker/confd/templates/ |
Current File : /var/www/html/camillo/camillo-api-master/docker/confd/templates/nginx-default.tmpl |
server { listen [::]:80; listen 80; root /var/www/html/public; index index.html index.htm index.php; server_name {{getenv "NGINX_SERVER_NAME"}}; server_tokens off; charset utf-8; location = /favicon.ico { log_not_found off; access_log off; } location = /robots.txt { log_not_found off; access_log off; } location / { try_files $uri $uri/ /index.php$is_args$args; } location ~ \.php$ { include snippets/fastcgi-php.conf; fastcgi_pass unix:/usr/local/var/run/php-fpm.sock; } error_page 404 /index.php; location ~ /\.ht { deny all; } add_header X-Served-By Bitpress.io; include h5bp/basic.conf; }