Skip to content

Commit

Permalink
Add missing bracket to nginx config (decred#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
jholdstock authored and jyap808 committed Dec 12, 2019
1 parent 47c8400 commit fdd04af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-nginx.conf
Expand Up @@ -54,7 +54,7 @@ http {
add_header Strict-Transport-Security max-age=15552001;

# Serve static resources directly.
location /assets/*
location /assets/* {
gzip_static on; # use .gz files for pre-compressed data
root /opt/dcrstakepool/public;
# Set the Cache-Control and Expires headers for the static assets.
Expand Down

0 comments on commit fdd04af

Please sign in to comment.