Skip to content

Commit

Permalink
Merge pull request Varying-Vagrant-Vagrants#5 from TwanVermeulen/master
Browse files Browse the repository at this point in the history
#24783 - Added blog redirect
  • Loading branch information
TwanVermeulen authored Nov 29, 2016
2 parents 271fde9 + b68ab23 commit adc8517
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@ server {
# delimited here. See http://nginx.org/en/docs/http/server_names.html
server_name blog.homedeal.nl.dev;

# Tells nginx which directory the files for this domain are located
root /srv/www/wordpress-homedeal/htdocs;

# Includes a basic WordPress configuration to help with the common
# rules needed by a web server to deal with WordPress properly.
include /etc/nginx/nginx-wp-common.conf;
location / {
return 301 $scheme://homedeal.nl.dev/inspiratie$request_uri;
}
}

0 comments on commit adc8517

Please sign in to comment.