diff options
Diffstat (limited to 'apks/tres/tres.nginx.conf')
-rw-r--r-- | apks/tres/tres.nginx.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apks/tres/tres.nginx.conf b/apks/tres/tres.nginx.conf new file mode 100644 index 0000000..b884eb7 --- /dev/null +++ b/apks/tres/tres.nginx.conf @@ -0,0 +1,4 @@ +server { + server_name tres.lan; + root /usr/share/webapps/tres; +} |