Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Domain Redirect
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
HedgeDoc
Domain Redirect
Commits
582ac799
Verified
Commit
582ac799
authored
2 years ago
by
Sheogorath
Browse files
Options
Downloads
Patches
Plain Diff
chore: Update social media links
parent
d9039d59
Branches
Branches containing commit
Tags
mysql-3.0.0
Tags containing commit
No related merge requests found
Pipeline
#15685
failed
2 years ago
Stage: build
Stage: test
Stage: tag
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nginx.d/social.conf
+2
-2
2 additions, 2 deletions
nginx.d/social.conf
with
2 additions
and
2 deletions
nginx.d/social.conf
+
2
−
2
View file @
582ac799
...
...
@@ -3,7 +3,7 @@ server {
server_name
social
.
codimd
.
org
social
.
hedgedoc
.
org
;
location
/
mastodon
{
return
302
https
://
social
.
snopyta
.
org
/@
HedgeDoc
;
return
302
https
://
fosstodon
.
org
/@
HedgeDoc
;
}
location
/
twitter
{
...
...
@@ -11,6 +11,6 @@ server {
}
location
/ {
return
302
https
://
social
.
snopyta
.
org
/@
HedgeDoc
;
return
302
https
://
fosstodon
.
org
/@
HedgeDoc
;
}
}
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