aboutsummaryrefslogtreecommitdiff
path: root/apks/tres/tres.nginx.conf
diff options
context:
space:
mode:
authorGabriel Arakaki Giovanini <mail@gabrielgio.me>2022-12-27 14:24:14 +0100
committerGabriel Arakaki Giovanini <mail@gabrielgio.me>2022-12-27 14:24:14 +0100
commitcc9d72437aa65ce594710ab199ccfbdab757cf47 (patch)
tree5b9c82691460d6a1b06cb4832886df638dbd8ff6 /apks/tres/tres.nginx.conf
parent49e92cf705771c2a47fed50f95b42ab65a49e77a (diff)
downloadapkbuilds-cc9d72437aa65ce594710ab199ccfbdab757cf47.tar.gz
apkbuilds-cc9d72437aa65ce594710ab199ccfbdab757cf47.tar.bz2
apkbuilds-cc9d72437aa65ce594710ab199ccfbdab757cf47.zip
feat: Add tres package
Add tres static website.
Diffstat (limited to 'apks/tres/tres.nginx.conf')
-rw-r--r--apks/tres/tres.nginx.conf4
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;
+}