Skip to content

Commit

Permalink
Several small fixes (#14)
Browse files Browse the repository at this point in the history
* Update bubbly_live.conf

* Update bubbly_verify.conf

* Update performance-common.conf

* Update bubbly_copy-configs.sh
  • Loading branch information
lewisgoddard authored Nov 21, 2017
1 parent 030341b commit 21bd95d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bubbly_copy-configs.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

sudo rsync -avh nginx-config /etc/nginx/
sudo rsync -avh bubbly/nginx-config/ /etc/nginx/
3 changes: 1 addition & 2 deletions nginx-config/groups/performance-common.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
include directive/bubbly_gzip.conf;
include directive/h5bp_cache-file-descriptors.conf;
include directive/h5bp_x-ua-compatible.conf;
include location/h5bp_expires.conf;
include location/h5bp_cross-domain-fonts.conf;
include location/h5bp_expires.conf;
2 changes: 1 addition & 1 deletion nginx-config/sites-available/bubbly_live.conf
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ server {
try_files $uri $uri/ @extensionless-php;
}

include directive/bubbly_logs-amplify.conf;
include directive/bubbly_logs_amplify.conf;
include groups/security-common.conf;
include groups/performance-common.conf;
}
2 changes: 1 addition & 1 deletion nginx-config/sites-available/bubbly_verify.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ server {
# [OPTION] Server Name
server_name example.com www.example.com;

include directive/bubbly_logs-off.conf;
include directive/bubbly_logs_off.conf;
include groups/security-common.conf;
}

0 comments on commit 21bd95d

Please sign in to comment.