sergio_educacionit

Untitled

May 9th, 2026
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1.  
  2. server {
  3. listen 80;
  4.  
  5. root /var/www/example.com;
  6.  
  7. index index.html index.htm index.nginx-debian.html;
  8.  
  9. server_name example.com;
  10.  
  11. location / {
  12. try_files $uri $uri/ =404;
  13. }
  14.  
  15.  
  16. }
  17.  
Advertisement
Add Comment
Please, Sign In to add comment