Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.
/ web_root Public archive

The static pages (including CSS) at the root of yangcatalog.org

License

Notifications You must be signed in to change notification settings

YangCatalog/web_root

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ;
}