Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
youtrack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ansible
Roles
youtrack
Commits
c6d51ff1
Commit
c6d51ff1
authored
9 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Update Apache config for Jetty/YouTrack
parent
785a7a32
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
templates/apache_default
+4
-0
4 additions, 0 deletions
templates/apache_default
templates/apache_default_ssl
+2
-4
2 additions, 4 deletions
templates/apache_default_ssl
with
6 additions
and
4 deletions
templates/apache_default
+
4
−
0
View file @
c6d51ff1
# @see https://confluence.jetbrains.com/display/YTD6/YouTrack+JAR+and+Apache+Web+Server
# @see https://wiki.eclipse.org/Jetty/Howto/Configure_mod_proxy
# @see http://www.oracle.com/technetwork/articles/javase/headless-136834.html
# Use this one if you want to force SSL
<VirtualHost *:80>
ServerName youtrack.paragon-es.de
...
...
This diff is collapsed.
Click to expand it.
templates/apache_default_ssl
+
2
−
4
View file @
c6d51ff1
...
...
@@ -5,16 +5,14 @@
ProxyPreserveHost On
AllowEncodedSlashes NoDecode
RequestHeader set X
_FORWARDED_PROTO 'https'
RequestHeader set X
-Forwarded-Proto "https" env=HTTPS
ProxyRequests Off
<Proxy *
:80
>
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass /~socket.io/1/websocket ws://127.0.0.1:8085/~socket.io/1/websocket
ProxyPass / http://127.0.0.1:8085/
ProxyPassReverse / http://127.0.0.1:8085/
ErrorLog ${APACHE_LOG_DIR}/youtrack-error.log
LogLevel warn
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment