summaryrefslogtreecommitdiffstats
path: root/roles/wg_portal/templates/wg_portal.nginx.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/wg_portal/templates/wg_portal.nginx.conf.j2')
-rw-r--r--roles/wg_portal/templates/wg_portal.nginx.conf.j23
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/wg_portal/templates/wg_portal.nginx.conf.j2 b/roles/wg_portal/templates/wg_portal.nginx.conf.j2
index 734ecac9..ddac788d 100644
--- a/roles/wg_portal/templates/wg_portal.nginx.conf.j2
+++ b/roles/wg_portal/templates/wg_portal.nginx.conf.j2
@@ -4,6 +4,9 @@ server {
server_name {{ wg_portal_hostname }};
+ access_log /var/log/nginx/access.log;
+ error_log /var/log/nginx/error.log;
+
location / {
proxy_pass http://127.0.0.1:{{ wg_portal_port }}/;
}