Guest User

Untitled

a guest
Jan 21st, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Redirect /admin /be/admin
  2. Alias /location1 /path/location1
  3. Alias /location2 /other/path/location2
  4. WSGIScriptAlias /be /path/to/django/wsgi.py
  5.  
  6. AliasMatch "^/(.*)$" "/path/to/webapp/build/$1"
  7.  
  8. AliasMatch "^/app/(.*)$" "/path/to/webapp/build/$1"
Add Comment
Please, Sign In to add comment