This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
salt
/
apache-formula
forked from
ExternalMirrors/apache-formula
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Saltstack Official Apache Formula
319
Commits
1
Branch
Tree:
7f6179365e
apache-formula
/
apache
/
files
/
Debian
/
sites-available
/
000-default.conf
5 lines
85B
Raw
Blame
History
<VirtualHost *:80>
RewriteEngine
on
RewriteRule
^/(.*) blah
[R=503]
</VirtualHost>