Skip to content
This repository was archived by the owner on Sep 29, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 331 Bytes

File metadata and controls

14 lines (11 loc) · 331 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 ;
}