Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
G
gameauth
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
sucssite
gameauth
Commits
e867e810
Commit
e867e810
authored
Apr 26, 2016
by
Laurence Sebastian Bowes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed apache conf
parent
f8515810
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
0 deletions
+44
-0
gameauth-apache.conf
gameauth-apache.conf
+44
-0
No files found.
gameauth-apache.conf
0 → 100644
View file @
e867e810
<
VirtualHost
*:
80
>
ServerAdmin
games
@
sucs
.
org
DocumentRoot
/
var
/
www
/
gameauth
ServerName
games
.
sucs
.
org
ServerAlias
www
.
games
.
sucs
.
org
CustomLog
/
var
/
log
/
apache2
/
gameauth_access
.
log
combined
ErrorLog
/
var
/
log
/
apache2
/
gameauth_error
.
log
AddHandler
application
/
x
-
httpd
-
php
.
php
RewriteEngine
on
ReWriteCond
%{
SERVER_PORT
} !^
443
$
RewriteRule
^/(.*)
https
://%{
HTTP_HOST
}/$
1
[
NC
,
R
,
L
]
Alias
/
dynmap
/
var
/
www
/
minecraft
-
dynmap
Alias
/
tekkit
-
dynmap
/
var
/
www
/
tekkit
-
dynmap
/
</
VirtualHost
>
<
VirtualHost
*:
443
>
ServerAdmin
games
@
sucs
.
org
DocumentRoot
/
var
/
www
/
gameauth
ServerName
games
.
sucs
.
org
ServerAlias
www
.
games
.
sucs
.
org
CustomLog
/
var
/
log
/
apache2
/
gameauth_access
.
log
combined
ErrorLog
/
var
/
log
/
apache2
/
gameauth_error
.
log
AddHandler
application
/
x
-
httpd
-
php
.
php
SSLEngine
on
SSLCipherSuite
AES128
+
EECDH
:
AES128
+
EDH
SSLProtocol
All
-
SSLv2
-
SSLv3
SSLHonorCipherOrder
On
Header
always
set
Strict
-
Transport
-
Security
"max-age=63072000; includeSubdomains; preload"
Header
always
set
X
-
Frame
-
Options
DENY
Header
always
set
X
-
Content
-
Type
-
Options
nosniff
SSLCompression
off
SSLCertificateFile
/
etc
/
letsencrypt
/
live
/
games
.
sucs
.
org
/
fullchain
.
pem
SSLCertificateKeyFile
/
etc
/
letsencrypt
/
live
/
games
.
sucs
.
org
/
privkey
.
pem
SSLCertificateChainFile
/
etc
/
letsencrypt
/
live
/
games
.
sucs
.
org
/
chain
.
pem
Alias
/
dynmap
/
var
/
www
/
minecraft
-
dynmap
Alias
/
tekkit
-
dynmap
/
var
/
www
/
tekkit
-
dynmap
/
</
VirtualHost
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment