Advertisement
Guest User

Test ducmu.info

a guest
Jul 8th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. server {
  2. listen 80
  3. root /home/ducmu.info/public_html;
  4. index index.php index.html index.htm;
  5. server_name ducmu.info;
  6. location /blog/ {
  7. try_files $uri $uri/ /blog/index.php?$args;
  8. }
  9. location / {
  10. try_files $uri $uri/ /index.php?$args;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement