Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 337 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 337 Bytes

yangcatalog.org

Static web content for yangcatalog.org

NGINX Configuration

Server Side Includes must be enabled for the static page to work (mainly to have similar header and footer).

       location / {
                # Allows for server side includes
                ssi on ;
                ssi_last_modified on ;
	}