Skip to content

Commit

Permalink
Update site-fallback.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjn authored Nov 28, 2023
1 parent 5dde91b commit fba477f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions provision/core/nginx/config/site-fallback.conf
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
server {
listen 80;
listen 443 ssl http2;
listen 443 ssl;
server_name {vvv_hosts};
root "{vvv_path_to_site}/public_html";

# Nginx logs
error_log "{vvv_path_to_site}/log/nginx-error.log";
access_log "{vvv_path_to_site}/log/nginx-access.log";

# Enable server push if SSL/HTTP2 is being used for link preload headers
http2_push_preload on;

{vvv_tls_cert}
{vvv_tls_key}

Expand Down

0 comments on commit fba477f

Please sign in to comment.