Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- server {
- listen 80;
- root /usr/share/nginx/html/foodking.us/public_html;
- index index.php index.html index.htm;
- server_name www.foodking.us foodking.us;
- rewrite ^ http://maoxiandao.asia$request_uri? permanent;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement