Skip to content
Snippets Groups Projects
Select Git revision
  • 946585ef83f269e07c1338140165ebe816af818a
  • main default protected
  • VPN
  • forward_proxy_authentiction
  • segmentation_without_authentication
5 results

nginx.conf

Blame
  • Hoai Viet Nguyen's avatar
    Hoai Viet Nguyen authored
    946585ef
    History
    nginx.conf 85 B
    server {
        listen 80;
        server_tokens off;
        
        root /usr/share/nginx/html;
    }