Advertisement
Guest User

Untitled

a guest
Nov 16th, 2024
4
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1.  
  2. http {
  3.  
  4. access_log /var/log/nginx/access.log;
  5.  
  6. ##
  7.  
  8. # Gzip Settings
  9.  
  10. gzip on;
  11.  
  12.  
  13. ##
  14.  
  15. # Virtual Host Configs
  16.  
  17. ##
  18.  
  19. include /etc/nginx/conf.d/*.conf;
  20.  
  21. include /etc/nginx/sites-enabled/*;
  22.  
  23. }
  24.  
  25.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement