diff --git a/manifests/init.pp b/manifests/init.pp
index cb7fb95bd895bdb614e108a7cbb8193d7592349a..88401d3ebf83c769a03fcbde990f02645e3ec413 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -26,6 +26,10 @@ class ai4ca (
     ssl_ciphers   => 'ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384',
   }
 
+  nginx::resource::location { '/test':
+    proxy => 'http://localhost:8100',
+  }
+
   firewalld_service {
     'nginx http LiU':
       zone    => 'liu',