Commit e25104c 1 parent 02e83d3 commit e25104c Copy full SHA for e25104c
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -132,8 +132,8 @@ Instruction by HTTP servers
132
132
...
133
133
134
134
<Location /sympa>
135
- SetHandler "proxy:unix:$PIDDIR/wwsympa.socket|fcgi://"
136
- # Don't forget to edit lines below!
135
+ SetHandler "proxy:unix:$PIDDIR/wwsympa.socket|fcgi://localhost "
136
+ # Don't forget to edit lines below!
137
137
Require local
138
138
#Require all granted
139
139
</Location>
@@ -160,8 +160,8 @@ Instruction by HTTP servers
160
160
161
161
```
162
162
<Location /sympasoap>
163
- SetHandler "proxy:unix:$PIDDIR/sympasoap.socket|fcgi://"
164
- # Don't forget to edit lines below!
163
+ SetHandler "proxy:unix:$PIDDIR/sympasoap.socket|fcgi://localhost "
164
+ # Don't forget to edit lines below!
165
165
Require local
166
166
#Require all granted
167
167
</Location>
You can’t perform that action at this time.
0 commit comments