Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- server {
- listen 80;
- server_name ~^(.*)\.devnull\.sh$;
- #if directory doesn't exist
- if (!-d /Users/$1/Sites/public/) {
- rewrite . http://devnull.sh/ redirect;
- }
- # Sets the correct root
- root /Users/$1/Sites/public/;
- }
Advertisement
Add Comment
Please, Sign In to add comment