summaryrefslogtreecommitdiffstats
path: root/smartproxy/ipa-smartproxy.conf
diff options
context:
space:
mode:
Diffstat (limited to 'smartproxy/ipa-smartproxy.conf')
-rw-r--r--smartproxy/ipa-smartproxy.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/smartproxy/ipa-smartproxy.conf b/smartproxy/ipa-smartproxy.conf
new file mode 100644
index 00000000..a5f81433
--- /dev/null
+++ b/smartproxy/ipa-smartproxy.conf
@@ -0,0 +1,15 @@
+[global]
+server.socket_port: 8090
+#server.socket_host: 'server.example.com'
+
+log.access_file: '/var/log/ipa-smartproxy.access'
+log.error_file: '/var/log/ipa-smartproxy.errors'
+
+request.show_tracebacks: False
+
+# Only handle requests on 127.0.0.1 or ::1
+local_only: True
+
+use_gssproxy: True
+
+user: 'apache'